diff --git a/.github/workflows/performance-comparison-label.yml b/.github/workflows/performance-comparison-label.yml index a7e63ce6cf6..e0b362e5bf7 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@d5aa8cd1ea450824d5ae23e44f55efc071b98b44 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..859482de2c1 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@d5aa8cd1ea450824d5ae23e44f55efc071b98b44 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@d5aa8cd1ea450824d5ae23e44f55efc071b98b44 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}