Skip to content

Commit fdae84c

Browse files
Bump stefanzweifel/git-auto-commit-action from 6 to 7 (#823)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alf Drollinger <40421928+adrolli@users.noreply.github.com>
1 parent dc539bd commit fdae84c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-empty-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: php .github/scripts/cleanup-empty-translations.php
2121

2222
- name: Commit changes
23-
uses: stefanzweifel/git-auto-commit-action@v6
23+
uses: stefanzweifel/git-auto-commit-action@v7
2424
with:
2525
push_options: --force
2626
commit_message: Cleanup translations

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: aglipanci/laravel-pint-action@2.6
2222

2323
- name: Commit changes
24-
uses: stefanzweifel/git-auto-commit-action@v6
24+
uses: stefanzweifel/git-auto-commit-action@v7
2525
with:
2626
push_options: --force
2727
commit_message: Fix styling

0 commit comments

Comments
 (0)