From 85862333316bdf3f35f08267a0a2125fe8b4fbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 20:01:23 +0000 Subject: [PATCH] github-actions(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.13.1 to 4.14.0. - [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.14.0) --- 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/renew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index c3deb6a6..b07f5c71 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -68,7 +68,7 @@ jobs: run: "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose" - name: "Commit modified files" - uses: "stefanzweifel/git-auto-commit-action@v4.13.1" + uses: "stefanzweifel/git-auto-commit-action@v4.14.0" with: commit_author: "ergebnis-bot " commit_message: "Enhancement: Update license year"