From a755b83d68acda199e977646af0273f71963951b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:56:48 +0000 Subject: [PATCH] :arrow_up: Updates peter-evans/create-or-update-comment digest to da12db3 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..85f02900363 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@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f 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..d36e1c3a722 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@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f 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@da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}