File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16161717
1818 - name : Add Workflow link to command comment
19- uses : peter-evans/create-or-update-comment@v4
19+ uses : peter-evans/create-or-update-comment@v5
2020 with :
2121 token : ${{ secrets.GIT_PAT }}
2222 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
5555 uses : ./.github/actions-hub/actions/git-push
5656
5757 - name : Add reaction to command comment
58- uses : peter-evans/create-or-update-comment@v4
58+ uses : peter-evans/create-or-update-comment@v5
5959 if : always()
6060 with :
6161 token : ${{ secrets.GIT_PAT }}
7171 timeout-minutes : 1
7272 steps :
7373 - name : Update comment
74- uses : peter-evans/create-or-update-comment@v4
74+ uses : peter-evans/create-or-update-comment@v5
7575 with :
7676 token : ${{ secrets.GIT_PAT }}
7777 repository : ${{ github.event.client_payload.github.payload.repository.full_name }}
Original file line number Diff line number Diff line change 16161717
1818 - name : " React to comment"
19- uses : peter-evans/create-or-update-comment@v4
19+ uses : peter-evans/create-or-update-comment@v5
2020 with :
2121 token : ${{ secrets.GIT_PAT }}
2222 comment-id : ${{ github.event.comment.id }}
5050
5151 - name : " Edit comment with error message"
5252 if : steps.determine_command.outputs.command-state != 'known'
53- uses : peter-evans/create-or-update-comment@v4
53+ uses : peter-evans/create-or-update-comment@v5
5454 with :
5555 token : ${{ secrets.GIT_PAT }}
5656 comment-id : ${{ github.event.comment.id }}
You can’t perform that action at this time.
0 commit comments