530.diff (555B)
1 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml 2 index 96f4f9b..aa33f6b 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@927308c726b1fba730f7aaa8bde602148b82004d # master 10 + uses: crate-ci/typos@37e2b40f24407ec641ec44d4b81e76a8826b7b84 # master 11 with: 12 config: ${{github.workspace}}/_typos.toml