diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e45a200..22f90f7 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.1 + uses: crate-ci/typos@v1.46.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8aafa85..47fc56c 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.1 + rev: v1.46.2 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno