From 2717211a2332d39af9ea4087add079e042ae6fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 05:47:20 +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 +- .github/workflows/update.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 3cc33e77..f36cd4b8 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -70,7 +70,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" diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 77e7dd45..46d40d27 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -37,7 +37,7 @@ jobs: run: "php bin/laxify-schema.php" - name: "Open pull request updating schema" - uses: "gr2m/create-or-update-pull-request-action@v1.3.0" + uses: "gr2m/create-or-update-pull-request-action@v1.3.1" with: author: "ergebnis-bot " branch: "feature/schema"