Skip to content

Commit

Permalink
chore(deps): update peter-evans/find-comment action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed May 8, 2024
1 parent 2653948 commit 64ba827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 64ba827

Please sign in to comment.