diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f1e62cfab6ae..07c14fd80089e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: # Check for any typos! - name: Check for typos - uses: crate-ci/typos@v1.14.11 + uses: crate-ci/typos@v1.14.12 with: config: .github/workflows/typos.toml - name: Fix the typos