From 0bf6e28eac86e87da2b60bbf5ea4237910e1a08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:40:09 +0200 Subject: [PATCH] chore(deps): bump denoland/setup-deno in the github-actions group (#10669) Bumps the github-actions group with 1 update: [denoland/setup-deno](https://github.com/denoland/setup-deno). Updates `denoland/setup-deno` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/e95548e56dfa95d4e1a28d6f422fafe75c4c26fb...667a34cdef165d8d2b2e98dde39547c9daac7282) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jay --- .github/workflows/release-branch.yml | 2 +- .github/workflows/run-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index f77f9e25..e0f01972 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -228,7 +228,7 @@ jobs: with: persist-credentials: false - name: Setup deno - uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3 + uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 - name: Download npm pack artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index f07019e4..1b718f52 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -222,7 +222,7 @@ jobs: with: persist-credentials: false - name: Setup deno - uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3 + uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 - name: Download npm pack artifact uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: