From b1c408548b3e9f2bf94f8a098a65b553473c38e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:02:11 +0000 Subject: [PATCH] chore(deps): update denoland/setup-deno action to v2 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8f94da0..fd93562 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: denoland/setup-deno@v1 + - uses: denoland/setup-deno@v2.0.4 with: deno-version: v1.x