From 2e2b6e7712dc659874685819f94f48f684c2bf5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:55:27 +0000 Subject: [PATCH 1/2] build(deps): 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno-ci.yml b/.github/workflows/deno-ci.yml index e732aa6..237ae8a 100644 --- a/.github/workflows/deno-ci.yml +++ b/.github/workflows/deno-ci.yml @@ -23,7 +23,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 }} From 5d703cbd461774e89c77bf90d8c85ca0ea458d7d Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Tue, 15 Oct 2024 11:45:29 +0200 Subject: [PATCH 2/2] Update deno-ci.yml --- .github/workflows/deno-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deno-ci.yml b/.github/workflows/deno-ci.yml index 237ae8a..3bc62f8 100644 --- a/.github/workflows/deno-ci.yml +++ b/.github/workflows/deno-ci.yml @@ -15,6 +15,7 @@ jobs: matrix: deno-version: - v1.43 + - v2.0 - canary fail-fast: false # run each branch to completion