Skip to content

Commit c28cdb4

Browse files
chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11579aa commit c28cdb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v6
39+
uses: stefanzweifel/git-auto-commit-action@v7
4040
with:
4141
commit_message: Fix styling
4242
file_pattern: '**.php'

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: cp builds/ai-commit.phar builds/ai-commit
5454

5555
- name: Commit bump
56-
uses: stefanzweifel/git-auto-commit-action@v6
56+
uses: stefanzweifel/git-auto-commit-action@v7
5757
with:
5858
branch: main
5959
commit_message: Bump to ${{ github.event.release.name }}

.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@v6
25+
uses: stefanzweifel/git-auto-commit-action@v7
2626
with:
2727
branch: main
2828
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)