diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 22f90f7..2791f72 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -54,4 +54,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.46.2 + uses: crate-ci/typos@v1.46.3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47fc56c..8d0bee6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: v1.46.2 + rev: v1.46.3 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno