diff --git a/.github/workflows/reusable-docker-build.yaml b/.github/workflows/reusable-docker-build.yaml index 0573fee..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: @@ -177,7 +177,7 @@ jobs: # If PR, put image tags in the PR comments - 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 with: comment-id: ${{ steps.fc.outputs.comment-id }}