mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
revert(deps): bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334)
This reverts commit 25446920e3.
This commit is contained in:
parent
cb49a6f84b
commit
2d6ad5e48b
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
with:
|
||||
run: node ./bin/pr.js
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v8
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
id: cpr
|
||||
with:
|
||||
branch: release
|
||||
|
||||
2
.github/workflows/sponsors.yml
vendored
2
.github/workflows/sponsors.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
echo "$CONTENT"
|
||||
- name: Create pull request
|
||||
if: ${{ steps.sponsors.outputs.changed == 'true'}}
|
||||
uses: peter-evans/create-pull-request@v8
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
id: cpr
|
||||
with:
|
||||
branch: sponsors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user