From 6680ce2b26f163418dd0ce10d44e145afa3f74c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:04:33 +0000 Subject: [PATCH] chore(deps): update peter-evans/find-comment action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8ec153b..6b0e286 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ runs: - name: Find Comment if: github.event_name == 'pull_request' - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: ${{ github.event.pull_request.number }}