diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a6a6a1be90..5c176b29a1 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.45.2 + uses: crate-ci/typos@v1.46.0 with: files: docs/**/**/*.md docs/**/**/*.mdx