diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 7bc9245..4503a9a 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -36,4 +36,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v5 - name: Spell Check Repo - uses: crate-ci/typos@v1.39.0 + uses: crate-ci/typos@v1.39.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f067db7..56eedf6 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.39.0 + rev: v1.39.2 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno