mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 19:50:24 +00:00
Bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...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] <support@github.com>
This commit is contained in:
2
.github/workflows/build-tool-packages.yml
vendored
2
.github/workflows/build-tool-packages.yml
vendored
@@ -141,7 +141,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node.js ${{ inputs.tool-version }}
|
- name: Setup Node.js ${{ inputs.tool-version }}
|
||||||
if: env.excludewinarm == 'true' && inputs.tool-name == 'node'
|
if: env.excludewinarm == 'true' && inputs.tool-name == 'node'
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.tool-version }}
|
node-version: ${{ inputs.tool-version }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user