diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 9039154..24f1d38 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,5 +15,5 @@ jobs: timeout-minutes: 3 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.46.3 + - uses: crate-ci/typos@v1.47.0 continue-on-error: true # warn-only — surface findings without blocking CI