From 07e32587ad785f615978b6bab01446a4c236d018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:03:43 +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 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