diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 96dd14c386..7f2bb22358 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v5 - name: Spell Check Repo - uses: crate-ci/typos@v1.36.2 + uses: crate-ci/typos@v1.36.3 with: files: docs/**/**/*.md docs/**/**/*.mdx