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 77 runs-on : ubuntu-latest
88 steps :
99 - name : Add reaction
10- uses : peter-evans/create-or-update-comment@v3
10+ uses : peter-evans/create-or-update-comment@v4
1111 with :
1212 comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
1313 reaction-type : hooray
1717 run : echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT
1818
1919 - name : Create comment
20- uses : peter-evans/create-or-update-comment@v3
20+ uses : peter-evans/create-or-update-comment@v4
2121 with :
2222 issue-number : ${{ github.event.client_payload.github.payload.issue.number }}
2323 body : |
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Update comment
10- uses : peter-evans/create-or-update-comment@v3
10+ uses : peter-evans/create-or-update-comment@v4
1111 with :
1212 comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
1313 body : |
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Edit comment with error message
107107 if : steps.scd.outputs.error-message
108- uses : peter-evans/create-or-update-comment@v3
108+ uses : peter-evans/create-or-update-comment@v4
109109 with :
110110 comment-id : ${{ github.event.comment.id }}
111111 body : |
You can’t perform that action at this time.
0 commit comments