File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : Create or update comment
2626 id : comment
2727 if : env.OK == 'true'
28- uses : peter-evans/create-or-update-comment@v2
28+ uses : peter-evans/create-or-update-comment@v4
2929 with :
3030 issue-number : ${{ github.event.issue.number }}
3131 body : Rebasing ...
5858 steps :
5959 - name : Create or update comment
6060 id : comment
61- uses : peter-evans/create-or-update-comment@v2
61+ uses : peter-evans/create-or-update-comment@v4
6262 with :
6363 issue-number : ${{ github.event.issue.number }}
6464 comment-id : ${{ needs.verify.outputs.comment-id }}
7474 if : failure() && needs.verify.outputs.ok == 'true'
7575 steps :
7676 - name : Create or update comment
77- uses : peter-evans/create-or-update-comment@v2
77+ uses : peter-evans/create-or-update-comment@v4
7878 with :
7979 issue-number : ${{ github.event.issue.number }}
8080 comment-id : ${{ needs.verify.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments