diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0cf49a9..63c6062b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: Format run: bun fmt:ci - name: typos-action - uses: crate-ci/typos@v1.31.2 + uses: crate-ci/typos@v1.32.0 with: config: .github/typos.toml - name: Lint