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 8383
8484 - name : Update comment
8585 if : always() && github.repository_owner == 'seqan'
86- uses : peter-evans/create-or-update-comment@v4
86+ uses : peter-evans/create-or-update-comment@v5
8787 with :
8888 comment-id : ${{ steps.find_comment.outputs.comment-id }}
8989 issue-number : ${{ env.ISSUE }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Update comment
106106 if : always() && github.repository_owner == 'seqan'
107- uses : peter-evans/create-or-update-comment@v4
107+ uses : peter-evans/create-or-update-comment@v5
108108 with :
109109 comment-id : ${{ steps.find_comment.outputs.comment-id }}
110110 issue-number : ${{ env.ISSUE }}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Update comment
115115 if : always() && github.repository_owner == 'seqan'
116- uses : peter-evans/create-or-update-comment@v4
116+ uses : peter-evans/create-or-update-comment@v5
117117 with :
118118 comment-id : ${{ steps.find_comment.outputs.comment-id }}
119119 issue-number : ${{ env.ISSUE }}
You can’t perform that action at this time.
0 commit comments