diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index b65558916..cb3c78d39 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.40.0 + uses: crate-ci/typos@v1.41.0 with: files: docs/**/**/*.md docs/**/**/*.mdx