diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 79352a7..ebdcd3e 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -45,6 +45,6 @@ jobs: EOF cat _typos.toml - name: Check spelling - uses: crate-ci/typos@v1.41.0 + uses: crate-ci/typos@v1.42.0 with: config: ${{ inputs.config-path != '' && inputs.config-path || '_typos.toml' }}