From 8c1996f8c46a5d1b79202a6c8123179781c79760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:02:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20peter-evans/creat?= =?UTF-8?q?e-or-update-comment=20action=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker_tests_and_previews.yaml | 4 ++-- .github/workflows/restart_backend_preview.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_tests_and_previews.yaml b/.github/workflows/docker_tests_and_previews.yaml index 660d0f5d9..61c16fc78 100644 --- a/.github/workflows/docker_tests_and_previews.yaml +++ b/.github/workflows/docker_tests_and_previews.yaml @@ -303,7 +303,7 @@ jobs: - name: Create comment if: steps.fc.outputs.comment-id == '' && (steps.changed-files-backend.outputs.any_changed == 'true' || steps.changed-files-tf.outputs.any_changed == 'true') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.REPO_PAT }} issue-number: ${{ github.event.pull_request.number }} @@ -318,7 +318,7 @@ jobs: - name: Update comment if: steps.fc.outputs.comment-id != '' && (steps.changed-files-backend.outputs.any_changed == 'true' || steps.changed-files-tf.outputs.any_changed == 'true') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.REPO_PAT }} comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/restart_backend_preview.yaml b/.github/workflows/restart_backend_preview.yaml index 0e25ae025..2f2d7c916 100644 --- a/.github/workflows/restart_backend_preview.yaml +++ b/.github/workflows/restart_backend_preview.yaml @@ -52,7 +52,7 @@ jobs: - name: Update comment to remove checkbox if: contains(${{ steps.fc.outputs.comment_body }}, '- [x] check this box to restart the backend preview, if you are getting errors.') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: token: ${{ secrets.REPO_PAT }} comment-id: ${{ steps.fc.outputs.comment-id }}