diff --git a/.github/workflows/pipeline-test.yml b/.github/workflows/pipeline-test.yml index 297a3e6..bf37dfc 100644 --- a/.github/workflows/pipeline-test.yml +++ b/.github/workflows/pipeline-test.yml @@ -146,7 +146,7 @@ jobs: body-includes: ${{ env.COMMENT_TAG_HEADER }} - name: Create or update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.issue_comment.outputs.comment-id }} issue-number: ${{ env.PR_NUMBER }}