diff --git a/.github/workflows/reusable-docker-build.yaml b/.github/workflows/reusable-docker-build.yaml index 21e7d0e..104e28f 100644 --- a/.github/workflows/reusable-docker-build.yaml +++ b/.github/workflows/reusable-docker-build.yaml @@ -167,7 +167,7 @@ jobs: # If PR, put image tags in the PR comments # from https://github.com/marketplace/actions/create-or-update-comment 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 id: fc with: