Update peter-evans/create-pull-request action to v6
This commit is contained in:
parent
30ade1aab6
commit
5875193e02
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
yarn run thirdparty
|
yarn run thirdparty
|
||||||
- uses: peter-evans/create-pull-request@v5
|
- uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
commit-message: "[Auto update] Thirdparty libraries list"
|
commit-message: "[Auto update] Thirdparty libraries list"
|
||||||
branch: auto-update/thirdparty
|
branch: auto-update/thirdparty
|
||||||
|
|
Loading…
Reference in New Issue