From ae5d7f7bc95e89b742a5768a2d9baa8aa3b3283d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:34:43 +0000 Subject: [PATCH] Update peter-evans/find-comment action to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/social-connect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/social-connect.yml b/.github/workflows/social-connect.yml index 2284338a5..5b5397d2b 100644 --- a/.github/workflows/social-connect.yml +++ b/.github/workflows/social-connect.yml @@ -169,7 +169,7 @@ jobs: others: - added|deleted|modified: "!((**/*.md)|(**.md))" - name: Find ChangeSet in PR - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc # Skip if author is github-bot from celo-org or only md files changed if: github.event_name == 'pull_request' && github.event.pull_request.user.type != 'Bot' && steps.changes.outputs.others == 'true'