From a0c10688368a3ea3c5d477d9aa2daaceb022bf5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:39:11 +0000 Subject: [PATCH] chore(deps): update dependency deno to v2.7.7 --- .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 578768e..f93312b 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.5 # Run with latest stable Deno. + deno-version: 2.7.7 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos