diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index d4db585..1f8bb3e 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.24.5 + uses: crate-ci/typos@v1.24.6 with: config: .typos.toml # specify the custom config file