From c1e6dd3d042b5d28cce0b218ce701a9a07f6e511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:03:45 +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 915dd7ed..46972b8b 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 }}