Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit b3472e4

Browse files
authored
Merge pull request #252 from lightszentip/renovate/stefanzweifel-git-auto-commit-action-5.x
chore(deps): update stefanzweifel/git-auto-commit-action action to v5
2 parents 7384928 + 4aa0a50 commit b3472e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-changelog-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
OUTPUT: GIT_CHANGELOG.md
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v4
28+
uses: stefanzweifel/git-auto-commit-action@v5
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
release-notes: ${{ github.event.release.body }}
2121

2222
- name: Commit updated CHANGELOG
23-
uses: stefanzweifel/git-auto-commit-action@v4
23+
uses: stefanzweifel/git-auto-commit-action@v5
2424
with:
2525
branch: main
2626
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)