Skip to content

Commit a436f27

Browse files
chore(deps): update github actions (major)
1 parent dd789e2 commit a436f27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- name: ⎔ Setup node
18-
uses: actions/setup-node@v4.4.0
18+
uses: actions/setup-node@v6.0.0
1919
with:
20-
node-version: 18
20+
node-version: 24
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@v7.0.0
5252
with:
5353
branch: main
5454
commit_author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>

0 commit comments

Comments
 (0)