From 1578b61f18541fc0036f5384479e34b04c0ed5ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:32:37 +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 a171ccc..f954f41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: GLPA_C0_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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: