diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 1e8bece..cf33bf8 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -36,4 +36,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.43.4 + uses: crate-ci/typos@v1.43.5 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fc013c..df2958e 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.43.4 + rev: v1.43.5 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno