Skip to content

Commit ef6ab55

Browse files
⬆️ Updates peter-evans/create-or-update-comment digest to 17c9563
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9fb2f12 commit ef6ab55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/performance-comparison-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo ::set-output name=body::$body
3939
4040
- name: Create comment
41-
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
41+
uses: peter-evans/create-or-update-comment@17c956346987a35d40d2d723c6930f90f594400d
4242
with:
4343
issue-number: ${{ github.event.pull_request.number }}
4444
body: "${{ steps.parse-comment-template-into-gh-output.outputs.body }}"

.github/workflows/rebase_dispatch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Add 👍 Reaction
2828
if: always() && steps.rebase.outputs.rebased-count == 1
29-
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
29+
uses: peter-evans/create-or-update-comment@17c956346987a35d40d2d723c6930f90f594400d
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Add 👎 Reaction
3737
if: always() && steps.rebase.outputs.rebased-count != 1
38-
uses: peter-evans/create-or-update-comment@c9fcb64660bc90ec1cc535646af190c992007c32
38+
uses: peter-evans/create-or-update-comment@17c956346987a35d40d2d723c6930f90f594400d
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)