From 5ff8ec2185788b3bfe4d39bee9f4bf689c15cd95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:49:31 +0000 Subject: [PATCH] Update peter-evans/find-comment action to v3 --- .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 ac66b0f..9cab100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: GLPA_C0_TRIGGER_REF: ${{ github.ref }} - name: Find existing comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find-comment if: ${{ !cancelled() && github.event_name == 'pull_request' }} with: