From bcd45413428c7d2a344224996608fcc838f5ce7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:31:54 +0000 Subject: [PATCH] :arrow_up: Updates peter-evans/create-or-update-comment digest to 8da4c50 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/performance-comparison-label.yml | 2 +- .github/workflows/rebase_dispatch.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/performance-comparison-label.yml b/.github/workflows/performance-comparison-label.yml index a7e63ce6cf6..f9376ba28e7 100644 --- a/.github/workflows/performance-comparison-label.yml +++ b/.github/workflows/performance-comparison-label.yml @@ -38,7 +38,7 @@ jobs: echo ::set-output name=body::$body - name: Create comment - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038 with: issue-number: ${{ github.event.pull_request.number }} body: "${{ steps.parse-comment-template-into-gh-output.outputs.body }}" diff --git a/.github/workflows/rebase_dispatch.yml b/.github/workflows/rebase_dispatch.yml index 42fa687d8bd..872d67d2798 100644 --- a/.github/workflows/rebase_dispatch.yml +++ b/.github/workflows/rebase_dispatch.yml @@ -26,7 +26,7 @@ jobs: - name: Add 👍 Reaction if: always() && steps.rebase.outputs.rebased-count == 1 - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -35,7 +35,7 @@ jobs: - name: Add 👎 Reaction if: always() && steps.rebase.outputs.rebased-count != 1 - uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32 + uses: peter-evans/create-or-update-comment@8da4c50e7142257262c9df90da4e74a59068c038 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}