diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a36efdfd..926f22dd 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -26,7 +26,7 @@ jobs: run: | isort . black . - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: 'Auto Fixes: Code Formatting' commit_options: '--no-verify' diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index 7b138618..a63f3996 100644 --- a/.github/workflows/update-l10n-sources.yml +++ b/.github/workflows/update-l10n-sources.yml @@ -36,7 +36,7 @@ jobs: echo NUM_DIFFS=$(git diff --shortstat | egrep -o '[0-9]+ i' | egrep -o '[0-9]+') >> $GITHUB_ENV - name: Commit changes 🆕 if: env.NUM_DIFFS > 1 - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Update localization source file file_pattern: locale/en_GB/LC_MESSAGES/pdf_bot.po