From 4a9122fca5a004cd10117ddb395d56d8ed284b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:21:21 +0000 Subject: [PATCH] Update peter-evans/find-comment action to v4 --- .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 69348519..655dd01d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: GLPA_C0_GH_REF: ${{ github.ref }} - name: Find existing comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-comment if: ${{ !cancelled() && github.event_name == 'pull_request' }} with: