From 23c7d4ce438ef4722fce31f60a76bcfe8e685ea8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Nov 2022 21:27:28 +0000
Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.3 to 4.15.4.
- [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](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.15.3...v4.15.4)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/update-pot.yml          | 2 +-
 .github/workflows/update-translations.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update-pot.yml b/.github/workflows/update-pot.yml
index 15b305b..fa49f3a 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.3
+      uses: stefanzweifel/git-auto-commit-action@v4.15.4
       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 170147f..39e3a66 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.3
+      uses: stefanzweifel/git-auto-commit-action@v4.15.4
       with:
         commit_message: 'chore(l10n): update translations'
         file_pattern: '*.mo'