Skip to content

Commit ec98a57

Browse files
committed
Bump version of create-pull-request action
New version will avoid deprecation warnings for add-path and set-var.
1 parent ea9f8d4 commit ec98a57

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
@@ -121,7 +121,7 @@ jobs:
121121
perl -i -pe 's/^/## \[UNRELEASED\]\n\n/ if($.==3)' CHANGELOG.md
122122
123123
- name: Create version bump PR
124-
uses: peter-evans/create-pull-request@c7b64af0a489eae91f7890f2c1b63d13cc2d8ab7 # v2.4.2
124+
uses: peter-evans/create-pull-request@c7f493a8000b8aeb17a1332e326ba76b57cb83eb # v3.4.1
125125
if: success()
126126
with:
127127
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)