Skip to content

Commit 4eb2e8d

Browse files
committed
chore(deps): Bump [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6)
1 parent 4248682 commit 4eb2e8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
fix: Tags MUST NOT trigger the GitHub Action.
3131

32+
### Changed
33+
34+
- Bump [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
35+
- [Release notes](https://github.com/actions/setup-node/releases)
36+
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)
37+
3238
### Fixed
3339

3440
- Trigger changed to ignore tags. I.e. change of the original trigger `on: [pull_request, push]` which caught also tags. (When running on a tag, actions/checkout runs on refs/tags/vX.Y.Z, so you end up with a detached HEAD, and github.head_ref is empty (it only exists on pull_request).)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
shell: bash
6464

6565
- name: Set up Node.js
66-
uses: actions/setup-node@v4
66+
uses: actions/setup-node@v6
6767
with:
6868
node-version: ${{ inputs.node-version }}
6969

0 commit comments

Comments
 (0)