Skip to content

Commit 5f6eeee

Browse files
chore(deps): update github actions (major)
1 parent 0e79c00 commit 5f6eeee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: ⬇️ Checkout repo
15-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616

1717
- name: ⎔ Setup node
18-
uses: actions/setup-node@v4.4.0
18+
uses: actions/setup-node@v5.0.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)