diff --git a/action.yaml b/action.yaml index 51a2aa6..b0a3f56 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 }}