369.diff (555B)
1 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml 2 index 96f4f9b..d375339 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@f4293b58c55f6d96275e3855eae28049be92846f # master 11 with: 12 config: ${{github.workspace}}/_typos.toml