File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
190
190
- name : Create a PR
191
191
if : ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.existing-pr.outputs.url == '') }}
192
- uses : peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
192
+ uses : peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 # pin#v4
193
193
id : create-pr
194
194
with :
195
195
base : ${{ steps.root.outputs.baseBranch }}
@@ -253,7 +253,7 @@ jobs:
253
253
# Now make the PR in its final state. This way we only have one commit and no updates if there are no changes between runs.
254
254
- name : Update the PR
255
255
if : steps.target.outputs.latestTag != steps.target.outputs.originalTag
256
- uses : peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
256
+ uses : peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7
257
257
with :
258
258
base : ${{ steps.root.outputs.baseBranch }}
259
259
branch : ${{ steps.root.outputs.prBranch }}
You can’t perform that action at this time.
0 commit comments