From 7996a77c928644db2da78dd894ba3f594fea4e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:14:35 +0000 Subject: [PATCH] chore(deps): Bump denoland/setup-deno from 1.5.1 to 2.0.1 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.5.1 to 2.0.1. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/v1.5.1...v2.0.1) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c2898b1..6d23268 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -47,7 +47,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Setup Deno - uses: denoland/setup-deno@v1.5.1 + uses: denoland/setup-deno@v2.0.1 with: deno-version: v1.x - name: Check code formatted