From a2faa5adbe41f8b36c4748f5ae9a6a0d5d695baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:11:58 +0000 Subject: [PATCH] chore(deps): update dependency deno to v2.6.5 --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 146814e..e9cfc86 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.4 # Run with latest stable Deno. + deno-version: 2.6.5 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos