From c3db1820b6e47f548f0fc9384f5ec29adf9b34fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 07:05:40 +0000 Subject: [PATCH] github-actions(deps): bump gr2m/create-or-update-pull-request-action Bumps [gr2m/create-or-update-pull-request-action](https://github.com/gr2m/create-or-update-pull-request-action) from v1.3.0 to v1.3.1. - [Release notes](https://github.com/gr2m/create-or-update-pull-request-action/releases) - [Commits](https://github.com/gr2m/create-or-update-pull-request-action/compare/v1.3.0...4c1b8c76f18fe7b21a59ddcf1dfe1d081000cb6d) 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 cff24cea..7e49ba15 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -71,7 +71,7 @@ jobs: run: "vendor/bin/php-cs-fixer fix --config=.php_cs --diff --diff-format=udiff --dry-run --verbose" - name: "Open pull request updating license year" - uses: "gr2m/create-or-update-pull-request-action@v1.3.0" + uses: "gr2m/create-or-update-pull-request-action@v1.3.1" with: author: "${{ env.ERGEBNIS_BOT_NAME }} <${{ env.ERGEBNIS_BOT_EMAIL }}>" branch: "feature/license-year"