File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212
1313 steps :
1414 - name : ⬇️ Checkout repo
15- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 - name : ⎔ Setup node
18- uses : actions/setup-node@v4.4 .0
18+ uses : actions/setup-node@v6.3 .0
1919 with :
20- node-version : 18
20+ node-version : 24
2121
2222 - name : 📄 Update package.json to only include prettier
2323 run : |
4848 run : npx prettier --write CHANGELOG.md
4949
5050 - name : ⬆️ Commit CHANGELOG.md
51- uses : stefanzweifel/git-auto-commit-action@v5.2 .0
51+ uses : stefanzweifel/git-auto-commit-action@v7.1 .0
5252 with :
5353 branch : main
5454 commit_author : GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
You can’t perform that action at this time.
0 commit comments