Bump peter-evans/find-comment from 2.0.0 to 2.0.1 (#3353)

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](1769778a0c...b657a70ff1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 09:50:14 -07:00 committed by GitHub
parent f22273a72b
commit 26de5f91c3
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@1769778a0c5bd330272d749d12c036d65e70d39d uses: peter-evans/find-comment@b657a70ff16d17651703a84bee1cb9ad9d2be2ea
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]"