Skip to content

Commit 7243d8f

Browse files
authored
Merge pull request #76 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
2 parents 5637cb6 + 3290274 commit 7243d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: composer style-fix
3030

3131
- name: Commit changes
32-
uses: stefanzweifel/git-auto-commit-action@v5
32+
uses: stefanzweifel/git-auto-commit-action@v6
3333
with:
3434
commit_message: Fix styling
3535
file_pattern: '**.php'

.github/workflows/update-changelog.yml

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

2424
- name: Commit updated CHANGELOG
25-
uses: stefanzweifel/git-auto-commit-action@v5
25+
uses: stefanzweifel/git-auto-commit-action@v6
2626
with:
2727
branch: main
2828
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)