minor: update typos checker version
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0eb57a6..e3384c9 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -293,7 +293,7 @@
timeout-minutes: 10
env:
FORCE_COLOR: 1
- TYPOS_VERSION: v1.28.3
+ TYPOS_VERSION: v1.38.1
steps:
- name: download typos
run: curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin