diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 599c879..f96644b 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -21,6 +21,6 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Checking Spelling - uses: crate-ci/typos@e12da5495cfdcc860f4a8e2b5b23eb171d5e5f70 # v1.22.2 + uses: crate-ci/typos@8382594ee09667379b652553cf57daebb8176a3f # v1.22.3 with: config: ${{github.workspace}}/.github/settings/typos.yml