From 7e08d81a4f5e9fe715901936a449d357ddb14b21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:30:46 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/default.yml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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