From 91d450160ec039ae48e9383fb892c77b9ac11391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:03:07 +0000 Subject: [PATCH] chore(deps): update dependency deno to v2.7.12 --- .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 fdcabad..0cb36f2 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.11 # Run with latest stable Deno. + deno-version: 2.7.12 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos