diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07f5314803ddc..e211d07fbb86f 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.13.3 + uses: crate-ci/typos@v1.13.9 with: config: .github/workflows/typos.toml - name: Fix the typos