171.diff (555B)
1 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml 2 index b712259..cac0fcf 100644 3 --- a/.github/workflows/spell-check.yml 4 +++ b/.github/workflows/spell-check.yml 5 @@ -26,6 +26,6 @@ jobs: 6 uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 7 8 - name: Check spelling 9 - uses: crate-ci/typos@4b2e66487c0d94e0f0ab1765a9e74bfed663aa1e # master 10 + uses: crate-ci/typos@9f623c618b1431f70f9ee68ce20f0b0c3d4d71e3 # master 11 with: 12 config: ${{github.workspace}}/_typos.toml