Skip to content

Commit 2544692

Browse files
chore(deps): bump peter-evans/create-pull-request (#7303)
Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9af8691 commit 2544692

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@v7
61+
uses: peter-evans/create-pull-request@v8
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@v7
47+
uses: peter-evans/create-pull-request@v8
4848
id: cpr
4949
with:
5050
branch: sponsors

0 commit comments

Comments
 (0)