Skip to content

Commit d8fcd9b

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 d8fcd9b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/prettier-fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
timeout-minutes: 10
2323
steps:
2424
- name: Invoke the Prettier fix
25-
# Use the latest commit in the main branch.
26-
uses: WorkOfStan/prettier-fix@main
25+
# Use the latest minor version within the current major version.
26+
uses: WorkOfStan/prettier-fix@v1
2727
with:
2828
commit-changes: true
2929
#debug: true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
## [1.1.6.2] - 2025-10-23
2323

24+
chore: make the commit message compliant with Conventional Commits
25+
2426
### Changed
2527

2628
- make the commit message compliant with Conventional Commits
29+
- Bump [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
30+
- [Release notes](https://github.com/actions/setup-node/releases)
31+
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)
2732

2833
## [1.1.6.1] - 2025-09-13
2934

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)