From 8f5ee9caeea654dac91db2b68d7a6422f51b50a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 05:42:42 +0000 Subject: [PATCH] github-actions(deps): update gr2m/create-or-update-pull-request-action requirement to v1.3.0 Updates the requirements on [gr2m/create-or-update-pull-request-action](https://github.com/gr2m/create-or-update-pull-request-action) to permit the latest version. - [Release notes](https://github.com/gr2m/create-or-update-pull-request-action/releases) - [Commits](https://github.com/gr2m/create-or-update-pull-request-action/commits/5ee83752fd1b9430c6459dfd5993d347f6e2a5e5) 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 14817db2..bcba5aeb 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.2.10" + uses: "gr2m/create-or-update-pull-request-action@v1.3.0" 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 3b967e53..bb1a3d8b 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.2.9" + uses: "gr2m/create-or-update-pull-request-action@v1.3.0" with: author: "ergebnis-bot " branch: "feature/schema"