From 172ec7b036b28b2e30a38ef4e3f0ae0b9c33cf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:26:53 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.15.3 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.13.1 to 4.15.3. - [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.13.1...v4.15.3) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pdf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdf.yaml b/.github/workflows/pdf.yaml index 6916787..ab03e2d 100644 --- a/.github/workflows/pdf.yaml +++ b/.github/workflows/pdf.yaml @@ -32,7 +32,7 @@ jobs: mv i18n/document.pdf docs/en_US.pdf - name: Commit docs - uses: stefanzweifel/git-auto-commit-action@v4.13.1 + uses: stefanzweifel/git-auto-commit-action@v4.15.3 with: commit_message: Update PDF commit_options: --allow-empty