[skip ci] update create-pull-request action to v6
This commit is contained in:
parent
65e3b86ada
commit
82846b484a
2
.github/workflows/update-addons.yml
vendored
2
.github/workflows/update-addons.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
app-private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Propose changes via PR if required
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ steps.generate-app-token.outputs.token }}
|
||||
commit-message: >-
|
||||
|
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
app-private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Propose changes via PR if required
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ steps.generate-app-token.outputs.token }}
|
||||
commit-message: >-
|
||||
|
Loading…
x
Reference in New Issue
Block a user