From 64ba827d329e01f2cbec76f5142a6069a5b58922 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 May 2024 20:34:25 +0000 Subject: [PATCH] chore(deps): update peter-evans/find-comment action to v3 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f1ee398..8efc66a 100644 --- a/action.yaml +++ b/action.yaml @@ -49,7 +49,7 @@ runs: - name: Check to see if comment already present on the PR id: fc if: steps.pr.outputs.no-pr != 'true' - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} comment-author: ${{ inputs.comment-author }}