From fcb6c170dcee282acb432372202d5cb978d45b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:12:32 +0000 Subject: [PATCH] build(deps): bump denoland/setup-deno from 1.3.0 to 1.5.1 Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.3.0 to 1.5.1. - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/5fae568d37c3b73449009674875529a984555dd1...5e01c016a857a4dbb5afe9d0f9733cd472cba985) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/.dynamic-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.dynamic-tests.yaml b/.github/workflows/.dynamic-tests.yaml index 4d6eb3c..5b5c3f4 100644 --- a/.github/workflows/.dynamic-tests.yaml +++ b/.github/workflows/.dynamic-tests.yaml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 - - uses: denoland/setup-deno@5fae568d37c3b73449009674875529a984555dd1 # v1.3.0 + - uses: denoland/setup-deno@5e01c016a857a4dbb5afe9d0f9733cd472cba985 # v1.5.1 with: deno-version: v1.x - run: |