Bump peter-evans/find-comment from 2.3.0 to 2.4.0 (#3670)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](034abe94d3...a54c31d7fa)

---
updated-dependencies:
- dependency-name: peter-evans/find-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cooper Lees <me@cooperlees.com>
This commit is contained in:
dependabot[bot] 2023-05-15 15:41:35 -07:00 committed by GitHub
parent c97b9c55b4
commit dc188f2060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
- name: Try to find pre-existing PR comment - name: Try to find pre-existing PR comment
if: steps.metadata.outputs.needs-comment == 'true' if: steps.metadata.outputs.needs-comment == 'true'
id: find-comment id: find-comment
uses: peter-evans/find-comment@034abe94d3191f9c89d870519735beae326f2bdb uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1
with: with:
issue-number: ${{ steps.metadata.outputs.pr-number }} issue-number: ${{ steps.metadata.outputs.pr-number }}
comment-author: "github-actions[bot]" comment-author: "github-actions[bot]"