File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments