diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e2b7f4ae..4900e6fad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: with: persist-credentials: false - name: Check spelling of entire workspace - uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2 + uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3 # Build and run tests/doctests/examples on all platforms # FIXME: look into `cargo-hack` which lets you more aggressively