diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 89b464831..dc17c84b3 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -83,7 +83,7 @@ jobs: core.setOutput('pr_number', prNumber); - name: Create, or Update the Comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find_comment.outputs.comment-id }}