From 2a0bb4b83234dd932488da6ae7141fa3787ba4d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:48:30 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a171ccc..6cfa108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: body-includes: - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ !cancelled() && github.event_name == 'pull_request' }} with: comment-id: ${{ steps.find-comment.outputs.comment-id }}