Skip to content

Commit 4a8c8e8

Browse files
authored
Merge pull request #64 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 7d4688e + 5237558 commit 4a8c8e8

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
@@ -36,7 +36,7 @@ jobs:
3636
run: composer style-lint
3737

3838
- name: Commit changes
39-
uses: stefanzweifel/git-auto-commit-action@v5
39+
uses: stefanzweifel/git-auto-commit-action@v6
4040
with:
4141
commit_message: Fix styling
4242
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: master
2828
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)