diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml index 4e29c52..b0e4a80 100644 --- a/.github/workflows/update-pot.yml +++ b/.github/workflows/update-pot.yml @@ -22,7 +22,7 @@ jobs: - name: Update POT file run: wp i18n make-pot . languages/pressbooks-aldine.pot --domain=pressbooks-aldine --slug=pressbooks-aldine --package-name="Aldine" --headers="{\"Report-Msgid-Bugs-To\":\"https://github.com/pressbooks/pressbooks-aldine/issues\"}" - name: Commit updated POT file - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: 'chore(l10n): update languages/pressbooks-aldine.pot' file_pattern: '*.pot' diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index f174a25..d83f05b 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -23,7 +23,7 @@ jobs: - name: Generate MO files run: wp i18n make-mo languages - name: Commit updated translation files - uses: stefanzweifel/git-auto-commit-action@v4.15.4 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: 'chore(l10n): update translations' file_pattern: '*.mo'