Skip to content

Commit 4c45e06

Browse files
authored
Update peter-evans/create-pull-request to v8 (#12700)
1 parent 1f57727 commit 4c45e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare-release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "SC_VERSION=$SC_VERSION" >> $GITHUB_ENV
5151
echo "SC_NEXT_VERSION=$SC_NEXT_VERSION" >> $GITHUB_ENV
5252
- name: Create Prepare Release Pull Request
53-
uses: peter-evans/create-pull-request@v4
53+
uses: peter-evans/create-pull-request@v8
5454
if: env.PREPARE_RELEASE_OK == 'yes'
5555
with:
5656
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
. ./CI/post-release.sh
104104
- name: Create Next Snapshot Pull Request
105-
uses: peter-evans/create-pull-request@v4
105+
uses: peter-evans/create-pull-request@v8
106106
if: env.RELEASE_OK == 'yes'
107107
with:
108108
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)