diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 99bd9e3..ad17f29 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.45.0 + uses: crate-ci/typos@v1.45.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 349512a..87a11fc 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.45.0 + rev: v1.45.1 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno