diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d0c7090..770df492 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Format run: bun fmt:ci - name: typos-action - uses: crate-ci/typos@v1.17.2 + uses: crate-ci/typos@v1.24.6 - name: Lint run: bun lint - name: Check version