diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ebdf7b5..dc98b4eda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: name: Enable Rust Caching - name: Spell Check - uses: crate-ci/typos@v1.23.1 + uses: crate-ci/typos@v1.25.0 - name: Format Check run: cargo +nightly fmt -- --check