From c1034c58bd320b884eee5a50a75175880d796996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:04:36 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v4 (#186) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-previews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-previews.yml b/.github/workflows/build-previews.yml index 2a3c81dd..5fcb5ec2 100644 --- a/.github/workflows/build-previews.yml +++ b/.github/workflows/build-previews.yml @@ -35,7 +35,7 @@ jobs: - name: Add/Update comment if: ${{ steps.get-workflow-artifacts.outputs.conclusion != 'cancelled' }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.PAT }} comment-id: ${{ steps.find-comment.outputs.comment-id }}