From 1182de9ce07fe2cf31b9c17f7ea5b87dd2869a00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 15:06:20 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v4 --- .github/workflows/run-acceptance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index b1986d20..a946822d 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -107,7 +107,7 @@ jobs: name: Create URL to the run output run: echo ::set-output name=run-url::https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID - name: Update with Result - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v4 with: body: Please view the PR build - ${{ steps.vars.outputs.run-url }} issue-number: ${{ github.event.client_payload.github.payload.issue.number