From 362e71b7a5bcfa851e8ec282315cf58c1300c5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:32:26 +0000 Subject: [PATCH] build(deps): bump denoland/setup-deno from 1.1.2 to 2.0.2 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.1.2 to 2.0.2. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/61fe2df320078202e33d7d5ad347e7dcfa0e8f31...909cc5acb0fdd60627fb858598759246509fa755) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 782af35b42..273a958669 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Deno # uses: denoland/setup-deno@v1 - uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2 + uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2 with: deno-version: v1.x