diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 3697e1b..0ee4f58 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -11,6 +11,6 @@ jobs: uses: actions/checkout@v5 - name: Run Typo and Spelling Check - uses: crate-ci/typos@v1.39.0 + uses: crate-ci/typos@v1.40.0 with: config: .typos.toml # Specify the custom configuration file