diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index a8eb5dad575..33f16cb1168 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -293,7 +293,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.22.0 + - uses: crate-ci/typos@v1.22.1 continue-on-error: true - run: exit 0