Skip to content

Commit ff6abd8

Browse files
[gh-action]: 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] <[email protected]>
1 parent 26faa35 commit ff6abd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: php-cs-fixer fix --no-ansi
5555

5656
- name: Commit changes
57-
uses: stefanzweifel/git-auto-commit-action@v6
57+
uses: stefanzweifel/git-auto-commit-action@v7
5858
with:
5959
file_pattern: '*.php'
6060
create_branch: false
@@ -91,7 +91,7 @@ jobs:
9191
run: ./vendor/bin/rector process --no-ansi --no-diffs
9292

9393
- name: Commit changes
94-
uses: stefanzweifel/git-auto-commit-action@v6
94+
uses: stefanzweifel/git-auto-commit-action@v7
9595
with:
9696
file_pattern: '*.php'
9797
create_branch: false

0 commit comments

Comments
 (0)