From a4768548fde353982cbe8e9cccbc93d1b1f4e689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:15:53 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v4 --- .github/workflows/rebase.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 915dd7ed2..46972b8b0 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -25,7 +25,7 @@ jobs: - name: Create or update comment id: comment if: env.OK == 'true' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number }} body: Rebasing ... @@ -58,7 +58,7 @@ jobs: steps: - name: Create or update comment id: comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number }} comment-id: ${{ needs.verify.outputs.comment-id }} @@ -74,7 +74,7 @@ jobs: if: failure() && needs.verify.outputs.ok == 'true' steps: - name: Create or update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number }} comment-id: ${{ needs.verify.outputs.comment-id }}