Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc5d19a

Browse files
authoredSep 3, 2024··
Update peter-evans/create-pull-request action to v7
1 parent 6340ffa commit dc5d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSWORD }}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Create Release PR
41-
uses: peter-evans/create-pull-request@v5
41+
uses: peter-evans/create-pull-request@v7
4242
with:
4343
branch: version-release
4444
title: Version Release

0 commit comments

Comments
 (0)
Please sign in to comment.