Skip to content

Commit 2d6ad5e

Browse files
authored
revert(deps): bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334)
This reverts commit 2544692.
1 parent cb49a6f commit 2d6ad5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
run: node ./bin/pr.js
6060
- name: Create pull request
61-
uses: peter-evans/create-pull-request@v8
61+
uses: peter-evans/create-pull-request@v7
6262
id: cpr
6363
with:
6464
branch: release

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "$CONTENT"
4545
- name: Create pull request
4646
if: ${{ steps.sponsors.outputs.changed == 'true'}}
47-
uses: peter-evans/create-pull-request@v8
47+
uses: peter-evans/create-pull-request@v7
4848
id: cpr
4949
with:
5050
branch: sponsors

0 commit comments

Comments
 (0)