mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
chore(deps): update peter-evans/create-pull-request action to v7 (#5817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
079f1fb961
commit
98a4ace4de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/apollo-router-updater.yaml
vendored
2
.github/workflows/apollo-router-updater.yaml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
if: steps.check.outputs.update == 'true'
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
token: ${{ secrets.GUILD_BOT_TOKEN }}
|
||||
commit-message: Update apollo-router to version ${{ steps.check.outputs.version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue