From 53d4dd1ee19ea03d6cf86607d639eda1ccece87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:45:11 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.15.2 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.13.1 to 4.15.2. - [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.2) --- 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..02a20f5 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.2 with: commit_message: Update PDF commit_options: --allow-empty