Skip to content

Commit 1799dc7

Browse files
Bump stefanzweifel/git-auto-commit-action from 5 to 6 (#44)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32b86a1 commit 1799dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

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

2626
- name: Commit updated CHANGELOG
27-
uses: stefanzweifel/git-auto-commit-action@v5
27+
uses: stefanzweifel/git-auto-commit-action@v6
2828
with:
2929
branch: ${{ github.event.release.target_commitish }}
3030
commit_message: Update CHANGELOG

.github/workflows/standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
run: composer stan
4343

4444
- name: Commit changes
45-
uses: stefanzweifel/git-auto-commit-action@v5
45+
uses: stefanzweifel/git-auto-commit-action@v6
4646
with:
4747
commit_message: 'Fix styling'

0 commit comments

Comments
 (0)