diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 7653e7b..a5261b5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v6 - uses: denoland/setup-deno@v2 with: - deno-version: 2.6.6 # Run with latest stable Deno. + deno-version: 2.6.7 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos @@ -36,4 +36,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.42.1 + uses: crate-ci/typos@v1.42.3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2955a40..4e8bb95 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.42.1 + rev: v1.42.3 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno