Skip to content

Commit 555a491

Browse files
Merge pull request #10 from jeffersongoncalves/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
Bump stefanzweifel/git-auto-commit-action from 6 to 7
2 parents c6538c9 + b800c5d commit 555a491

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
@@ -19,6 +19,6 @@ jobs:
1919
uses: aglipanci/[email protected]
2020

2121
- name: Commit changes
22-
uses: stefanzweifel/git-auto-commit-action@v6
22+
uses: stefanzweifel/git-auto-commit-action@v7
2323
with:
2424
commit_message: Fix styling

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: "echo ${{ steps.changelog-updater.outputs.unreleased_compare_url }}"
6464

6565
- name: Commit updated CHANGELOG
66-
uses: stefanzweifel/git-auto-commit-action@v6
66+
uses: stefanzweifel/git-auto-commit-action@v7
6767
with:
6868
# Push updated CHANGELOG to release target branch.
6969
branch: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)