From abf4b9144dfb9bec6fdd89f71702a0f7bb4feb81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 16:52:18 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v3 --- .github/workflows/snapshot-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 807eb4d..36d86fe 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -19,7 +19,7 @@ jobs: github.repository == 'pedakihq/pedaki' steps: - name: Add initial reaction - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ github.event.comment.id }} reactions: eyes @@ -33,7 +33,7 @@ jobs: - name: Add reaction if permission requirement not met if: steps.check-permissions.outcome == 'failure' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ github.event.comment.id }} reactions: confused @@ -97,7 +97,7 @@ jobs: shell: bash - name: Send success comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: steps.changesets.outputs.published == 'true' with: comment-id: ${{ github.event.comment.id }}