diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 3002978c21..ffd7cd1bf0 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v7 - name: Spell Check Repo - uses: crate-ci/typos@v1.47.2 + uses: crate-ci/typos@v1.48.0 with: files: docs/**/**/*.md docs/**/**/*.mdx