Skip to content

Commit c488262

Browse files
Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the deps group (#1719)
Bumps the deps group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 5 to 6 - [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@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83e3f39 commit c488262

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
composer global require ergebnis/composer-normalize
2424
composer normalize
2525
26-
- uses: stefanzweifel/git-auto-commit-action@v5
26+
- uses: stefanzweifel/git-auto-commit-action@v6
2727
with:
2828
commit_message: normalize composer.json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: composer fix-style
2828
continue-on-error: true
2929

30-
- uses: stefanzweifel/git-auto-commit-action@v5
30+
- uses: stefanzweifel/git-auto-commit-action@v6
3131
with:
3232
commit_message: composer fix-style
3333
commit_author: laravel-ide-helper <laravel-ide-helper@users.noreply.github.com>

.github/workflows/update-changelog.yaml

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

2929
- name: Commit updated CHANGELOG
30-
uses: stefanzweifel/git-auto-commit-action@v5
30+
uses: stefanzweifel/git-auto-commit-action@v6
3131
with:
3232
branch: ${{ github.event.release.target_commitish }}
3333
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)