diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c09d814..1eb04fc 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v6.0.3 - uses: denoland/setup-deno@v2.0.4 with: - deno-version: 2.8.1 # Run with latest stable Deno. + deno-version: 2.8.2 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos @@ -54,4 +54,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6.0.3 - name: Spell Check Repo - uses: crate-ci/typos@v1.47.0 + uses: crate-ci/typos@v1.47.2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80f83a1..2e08eee 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.47.0 + rev: v1.47.2 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno