diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5d9c73d..d1602003 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Format run: bun fmt:ci - name: typos-action - uses: crate-ci/typos@v1.17.2 + uses: crate-ci/typos@v1.26.8 - name: Lint run: bun lint - name: Check version