From dfa86e69e4456d700b28527757ac961d24f7c87a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:37:22 +0000 Subject: [PATCH] chore(deps): update dependency deno to v2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9bca498..6e8d628 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup deno uses: denoland/setup-deno@v1 with: - deno-version: v1.x + deno-version: 2.x - name: Install mdbook uses: peaceiris/actions-mdbook@v2