Skip to content

Commit e72f597

Browse files
chore(deps): update github actions (major)
1 parent 54827a4 commit e72f597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: ⎔ Setup node
1818
uses: actions/setup-node@v4.4.0
1919
with:
20-
node-version: 18
20+
node-version: 22
2121

2222
- name: 📄 Update package.json to only include prettier
2323
run: |
@@ -48,7 +48,7 @@ jobs:
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@v6.0.1
5252
with:
5353
branch: main
5454
commit_author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)