Skip to content

Commit 237f7cf

Browse files
chore(deps): update peter-evans/create-pull-request action to v8
1 parent 922c1e6 commit 237f7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo "${{ steps.next_version.outputs.next_version }}" > .version
8484
8585
- name: Create Pull Request
86-
uses: peter-evans/create-pull-request@v7
86+
uses: peter-evans/create-pull-request@v8
8787
with:
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989
commit-message: "chore: bump version to ${{ steps.next_version.outputs.next_version }}"

0 commit comments

Comments
 (0)