From 88f94288d7acef61b63103d68ddf0715687d7a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:56:20 +0000 Subject: [PATCH] Bump denoland/setup-deno from 1 to 2 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1 to 2. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/v1...v2) --- 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-ci.yml | 2 +- .github/workflows/jsr-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno-ci.yml b/.github/workflows/deno-ci.yml index 404958d..6c3682a 100644 --- a/.github/workflows/deno-ci.yml +++ b/.github/workflows/deno-ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Use Deno ${{ matrix.deno-version }} - uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@v2 with: deno-version: ${{ matrix.deno-version }} diff --git a/.github/workflows/jsr-publish.yaml b/.github/workflows/jsr-publish.yaml index cd6ead8..8016c93 100644 --- a/.github/workflows/jsr-publish.yaml +++ b/.github/workflows/jsr-publish.yaml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - - uses: denoland/setup-deno@v1 + - uses: denoland/setup-deno@v2 - uses: actions/checkout@v4