Skip to content

Commit cee3393

Browse files
Update stefanzweifel/git-auto-commit-action action to v6 (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 488bba8 commit cee3393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
isort .
2828
black .
29-
- uses: stefanzweifel/git-auto-commit-action@v5
29+
- uses: stefanzweifel/git-auto-commit-action@v6
3030
with:
3131
commit_message: 'Auto Fixes: Code Formatting'
3232
commit_options: '--no-verify'

.github/workflows/update-l10n-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo NUM_DIFFS=$(git diff --shortstat | egrep -o '[0-9]+ i' | egrep -o '[0-9]+') >> $GITHUB_ENV
3737
- name: Commit changes 🆕
3838
if: env.NUM_DIFFS > 1
39-
uses: stefanzweifel/git-auto-commit-action@v5
39+
uses: stefanzweifel/git-auto-commit-action@v6
4040
with:
4141
commit_message: Update localization source file
4242
file_pattern: locale/en_GB/LC_MESSAGES/pdf_bot.po

0 commit comments

Comments
 (0)