Bump peter-evans/find-comment from 1 to 2

Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](https://github.com/peter-evans/find-comment/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-01 02:58:21 +00:00
committed by GitHub
parent ea769630a2
commit 771e16109c

View File

@@ -167,7 +167,7 @@ jobs:
# If PR, put image tags in the PR comments # If PR, put image tags in the PR comments
# from https://github.com/marketplace/actions/create-or-update-comment # from https://github.com/marketplace/actions/create-or-update-comment
name: Find comment for image tags name: Find comment for image tags
uses: peter-evans/find-comment@v1 uses: peter-evans/find-comment@v2
if: github.event_name == 'pull_request' && inputs.comment-enable if: github.event_name == 'pull_request' && inputs.comment-enable
id: fc id: fc
with: with:
@@ -177,7 +177,7 @@ jobs:
# If PR, put image tags in the PR comments # If PR, put image tags in the PR comments
- name: Create or update comment for image tags - name: Create or update comment for image tags
uses: peter-evans/create-or-update-comment@v1 uses: peter-evans/create-or-update-comment@v2
if: github.event_name == 'pull_request' && inputs.comment-enable if: github.event_name == 'pull_request' && inputs.comment-enable
with: with:
comment-id: ${{ steps.fc.outputs.comment-id }} comment-id: ${{ steps.fc.outputs.comment-id }}