diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index fb7299a582..dc9cd29c73 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v4 - name: Spell Check Repo - uses: crate-ci/typos@v1.35.3 + uses: crate-ci/typos@v1.35.4 with: files: docs/**/**/*.md docs/**/**/*.mdx