Update peter-evans/create-pull-request action to v7
This commit is contained in:
parent
1a374d1a2d
commit
7d347aacda
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
yarn run thirdparty
|
yarn run thirdparty
|
||||||
- uses: peter-evans/create-pull-request@v6
|
- uses: peter-evans/create-pull-request@v7
|
||||||
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