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