diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 72c9e6c6..3c030565 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,6 +10,6 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.18.0 + uses: crate-ci/typos@v1.18.2 with: args: --exclude **/*.txt --exclude **/*.pvsm