diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ab0b00017c2a..40d6c599c3a31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: # Check for any typos! - name: Check for typos - uses: crate-ci/typos@v1.14.3 + uses: crate-ci/typos@v1.14.8 with: config: .github/workflows/typos.toml - name: Fix the typos