From 6b8a31f22b8d2de1d8acd752219e0623bb723ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:40:02 +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.1 to v1.3.3. - [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.1...8f047d21b7a3d8541258d50d6327bcc8366f866c) 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 ae91d254..369bbf2e 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.1" + uses: "gr2m/create-or-update-pull-request-action@v1.3.3" 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 c9710d6a..23420710 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.1" + uses: "gr2m/create-or-update-pull-request-action@v1.3.3" with: author: "ergebnis-bot " branch: "feature/schema"