Skip to content

Commit

Permalink
Bump peter-evans/find-comment from 2.4.0 to 3.0.0 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 6f4c101 commit b9fb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ runs:
- name: Check if a comment was already made
id: find-comment
if: ${{ github.event_name == 'pull_request' && inputs.create-comment == 'true' }}
uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1
uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e
with:
issue-number: ${{ github.event.pull_request.number }}
body-includes: Performance test results for
Expand Down

0 comments on commit b9fb1bd

Please sign in to comment.