Skip to content

Commit c857b6c

Browse files
Bump peter-evans/create-pull-request from 7 to 8 (#88)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99ed3b2 commit c857b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npm version ${{ github.event.inputs.bump_type }}
4343
echo "version=v$(jq -r '.version' package.json)" >> "${GITHUB_OUTPUT}"
4444
- name: Create Pull Request
45-
uses: peter-evans/create-pull-request@v7
45+
uses: peter-evans/create-pull-request@v8
4646
with:
4747
title: "Release ${{ steps.update_version.outputs.version }}"
4848
commit-message: "Release ${{ steps.update_version.outputs.version }}"

0 commit comments

Comments
 (0)