From 6a331de7be387ae0c77ccfba24ca03a130a86c2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 13:23:17 +0100 Subject: [PATCH] chore(deps): update create-or-update-comment action to v3 (#361) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/comment-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 0addb6d8..9f631e1e 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -49,14 +49,14 @@ jobs: body-includes: "" - name: Create Comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: success() && steps.pr.outputs.id && steps.fc.outputs.comment-id == 0 with: issue-number: ${{ steps.pr.outputs.id }} body: ${{ steps.get-comment-body.outputs.body }} - name: Update Comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: success() && steps.pr.outputs.id && steps.fc.outputs.comment-id != 0 with: issue-number: ${{ steps.pr.outputs.id }}