From 49854a31476060c855afd8625989321d8e200789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:54:05 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecf72afa..7bb61592 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 # Build the React console so the wheel can bundle it as vouch/web/console # (hatch_build.py force-includes webapp/dist when present). - - uses: actions/setup-node@v4 # zizmor: ignore[cache-poisoning] release runs only on maintainer v* tag pushes; no untrusted input and no shared PR-writable cache + - uses: actions/setup-node@v7 # zizmor: ignore[cache-poisoning] release runs only on maintainer v* tag pushes; no untrusted input and no shared PR-writable cache with: node-version: "20" - run: npm --prefix webapp ci && npm --prefix webapp run build