Skip to content

Commit e9663eb

Browse files
committed
bump create-pull-request to v4
1 parent 1a2a644 commit e9663eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

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

0 commit comments

Comments
 (0)