diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-12-13 11:45:44 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-12-13 11:45:44 +0200 |
| commit | 9847e01377316ef702b425a771230c97f7bcfd9d (patch) | |
| tree | 402e6b9707fa63301af00c0f39b7add921d5988f /src/tools/rust-analyzer/.github/workflows | |
| parent | 326a2e5724e1b954ebeaeb678e2e340632f52dc9 (diff) | |
| download | rust-9847e01377316ef702b425a771230c97f7bcfd9d.tar.gz rust-9847e01377316ef702b425a771230c97f7bcfd9d.zip | |
Bump typos
Diffstat (limited to 'src/tools/rust-analyzer/.github/workflows')
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/ci.yaml b/src/tools/rust-analyzer/.github/workflows/ci.yaml index d82e46016dc..46bae20054c 100644 --- a/src/tools/rust-analyzer/.github/workflows/ci.yaml +++ b/src/tools/rust-analyzer/.github/workflows/ci.yaml @@ -220,7 +220,7 @@ jobs: timeout-minutes: 10 env: FORCE_COLOR: 1 - TYPOS_VERSION: v1.18.0 + TYPOS_VERSION: v1.28.3 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 |
