From f2f57b6ac6eca256ff3469f5e902c32e9a49446d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:33:37 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v2.8.3 --- .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 1eb04fc..3c13bb4 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.2 # Run with latest stable Deno. + deno-version: 2.8.3 # Run with latest stable Deno. - run: deno fmt --check spelling: name: Spell Check with Typos