Skip to content

Commit 736b500

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#161)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58686a8 commit 736b500

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
npm run eslint
6161
6262
- name: Commit changes
63-
uses: stefanzweifel/git-auto-commit-action@v6
63+
uses: stefanzweifel/git-auto-commit-action@v7
6464
with:
6565
commit_message: Fix styling

.github/workflows/php-quality-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
run: composer refactor
3535

3636
- name: Commit changes
37-
uses: stefanzweifel/git-auto-commit-action@v6
37+
uses: stefanzweifel/git-auto-commit-action@v7
3838
with:
3939
commit_message: Refactor code with Rector
4040

4141
- name: Run Pint
4242
run: composer format
4343

4444
- name: Commit changes
45-
uses: stefanzweifel/git-auto-commit-action@v6
45+
uses: stefanzweifel/git-auto-commit-action@v7
4646
with:
4747
commit_message: Format code with Pint
4848

.github/workflows/update-changelog.yml

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

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v6
28+
uses: stefanzweifel/git-auto-commit-action@v7
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)