From fbfffcab5b77bd6514ad88b123e6b3225cfa56b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 08:59:55 +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 4b20588..fdcabad 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.7.9 # Run with latest stable Deno. + deno-version: 2.7.11 # 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.44.0 + uses: crate-ci/typos@v1.45.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b12494..349512a 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.44.0 + rev: v1.45.0 hooks: - id: typos - repo: https://github.com/nozaq/pre-commit-deno