File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 # Create a comment on the pull request informing the user whether the pull request is missing required files:
198198 - name : ' Create a comment on the pull request informing the user whether the pull request is missing required files'
199199 # Pin action to full length commit SHA
200- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
200+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
201201 with :
202202 # Specify the issue or pull request number:
203203 issue-number : ${{ inputs.pull_request_number }}
Original file line number Diff line number Diff line change 9494 # Post commit message as PR comment:
9595 - name : ' Post commit message as PR comment'
9696 # Pin action to full length commit SHA
97- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
97+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
9898 with :
9999 token : ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
100100 comment-id : ${{ steps.fc.outputs.comment-id }}
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226226 # Create a comment on the pull request informing the user of available slash commands:
227227 - name : ' Create a comment on the pull request informing the user of available slash commands'
228228 # Pin action to full length commit SHA
229- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
229+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
230230 with :
231231 # Specify the issue or pull request number:
232232 issue-number : ${{ github.event.issue.number }}
You can’t perform that action at this time.
0 commit comments