File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
- name : ' Create a comment on the pull request informing the user whether the pull request is missing required files'
221
221
if : steps.check-reviewers.outputs.is_stdlib_bot == 'true'
222
222
# Pin action to full length commit SHA
223
- uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1 .0
223
+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0 .0
224
224
with :
225
225
# Specify the issue or pull request number:
226
226
issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
- name : ' Add comment to pull request'
125
125
if : steps.check-branch-name.outputs.issue-number != ''
126
126
# Pin action to full length commit SHA
127
- uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1 .0
127
+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0 .0
128
128
with :
129
129
issue-number : ${{ steps.check-branch-name.outputs.issue-number }}
130
130
body : |
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
# Add a comment to the pull request:
177
177
- name : ' Add comment to pull request'
178
178
# Pin action to full length commit SHA
179
- uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1 .0
179
+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0 .0
180
180
env :
181
181
HEAD_REF : ${{ github.event.pull_request.head.ref }}
182
182
with :
@@ -276,7 +276,7 @@ jobs:
276
276
# Add comment to the pull request:
277
277
- name : ' Add comment to pull request'
278
278
# Pin action to full length commit SHA
279
- uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.0.2
279
+ uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v3.0.2
280
280
with :
281
281
issue-number : ${{ github.event.pull_request.number }}
282
282
body : |
You can’t perform that action at this time.
0 commit comments