diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e4b9aa..cdc41a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: - name: Check for typos id: typos - uses: crate-ci/typos@v1.46.1 + uses: crate-ci/typos@v1.46.2 - name: Print help on failure if: ${{ failure() && steps.typos.conclusion == 'failure' }}