Skip to content

Commit d89974f

Browse files
authored
Merge pull request #229 from Z3d0X/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 631e7f8 + 264c107 commit d89974f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: aglipanci/laravel-pint-action@2.6
1717

1818
- name: Commit changes
19-
uses: stefanzweifel/git-auto-commit-action@v5
19+
uses: stefanzweifel/git-auto-commit-action@v6
2020
with:
2121
commit_message: Fix styling

.github/workflows/update-changelog.yml

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

2121
- name: Commit updated CHANGELOG
22-
uses: stefanzweifel/git-auto-commit-action@v5
22+
uses: stefanzweifel/git-auto-commit-action@v6
2323
with:
2424
branch: ${{ github.event.release.target_commitish }}
2525
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)