From d9dd5724871c029f96d0db61c7e0b5db58d3734f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:46:49 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-portal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-portal.yml b/.github/workflows/publish-portal.yml index c62bfb0..1674414 100644 --- a/.github/workflows/publish-portal.yml +++ b/.github/workflows/publish-portal.yml @@ -33,7 +33,7 @@ jobs: # is the canonical npm registry client; bun's npm publish path does not # reliably emit sigstore provenance attestations on GitHub-hosted runners. - name: Setup Node (for npm publish) - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} registry-url: "https://registry.npmjs.org"