From 5b955ef538a1561d042faba37eb79c839e191d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:41:34 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3 to 4 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rebase.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ce07435f8..bcbd05335 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Prompt user to add a token - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number || github.event.number }} body: | @@ -23,14 +23,14 @@ jobs: Once this is done, you can try the `/rebase` command again. if: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN == '' }} - name: Add -1 reaction - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.comment.id }} reactions: "-1" if: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN == '' && github.event.comment }} - name: Add +1 reaction - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.comment.id }} reactions: "+1" @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN }} if: ${{ env.AUTO_REBASE_PERSONAL_ACCESS_TOKEN != '' }} - name: Send failure message - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.issue.number || github.event.number }} body: |