Skip to content

Commit 651913a

Browse files
committed
chore: update peter-evans/create-pull-request action
1 parent c9175ba commit 651913a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
190190
- name: Create a PR
191191
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
193193
id: create-pr
194194
with:
195195
base: ${{ steps.root.outputs.baseBranch }}
@@ -253,7 +253,7 @@ jobs:
253253
# 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.
254254
- name: Update the PR
255255
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
257257
with:
258258
base: ${{ steps.root.outputs.baseBranch }}
259259
branch: ${{ steps.root.outputs.prBranch }}

0 commit comments

Comments
 (0)