Skip to content

Commit

Permalink
Merge pull request #550 from ergebnis/dependabot/github_actions/gr2m/…
Browse files Browse the repository at this point in the history
…create-or-update-pull-request-action-v1.3.0

github-actions(deps): update gr2m/create-or-update-pull-request-action requirement to v1.3.0
  • Loading branch information
ergebnis-bot committed Sep 21, 2020
2 parents 995eaf3 + 8f5ee9c commit b6b4032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bot@ergebn.is>"
branch: "feature/schema"
Expand Down

0 comments on commit b6b4032

Please sign in to comment.