Skip to content

Commit c0d82cc

Browse files
committed
minor: update typos checker version
1 parent c7921c6 commit c0d82cc

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/.github/workflows

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
timeout-minutes: 10
294294
env:
295295
FORCE_COLOR: 1
296-
TYPOS_VERSION: v1.28.3
296+
TYPOS_VERSION: v1.38.1
297297
steps:
298298
- name: download typos
299299
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

0 commit comments

Comments
 (0)