diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10bd14e..77cc10a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,14 +119,14 @@ jobs: done - name: Post a reaction (parsed your comment) if: steps.get_refs.outcome == 'success' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get_pr.outputs.pr }} comment-id: ${{ steps.find_comment.outputs.comment-id }} reactions: eyes - name: Post a reaction (unparsed comment) if: steps.get_refs.outcome == 'failure' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get_pr.outputs.pr }} comment-id: ${{ steps.find_comment.outputs.comment-id }}