From 99407d2753c007b63c3e1427c04f9a18ea26fd6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:32:18 +0000 Subject: [PATCH] :arrow_up: Updates peter-evans/create-or-update-comment digest to bb291f6 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..79c1e1cdb3b 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@bb291f63cb3095ddc3b7e5572601141854de31d0 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..3bc0f15ca3e 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@bb291f63cb3095ddc3b7e5572601141854de31d0 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@bb291f63cb3095ddc3b7e5572601141854de31d0 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}