From d5bed6b71604ac7f7c88072cbf48296a2082470f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:42:48 +0100 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v5 (#2673) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index fa786db7..1f697449 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -55,7 +55,7 @@ jobs: token: ${{ secrets.GH_PAT || github.token }} issue-number: ${{ github.event.pull_request.number }} body-includes: '📦 Build artifacts ready!' - - uses: peter-evans/create-or-update-comment@v4 + - uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GH_PAT || github.token }} comment-id: ${{ steps.find-comment.outputs.comment-id }}