diff --git a/.github/workflows/05-add-comment.yaml b/.github/workflows/05-add-comment.yaml index c3930ec..0495025 100644 --- a/.github/workflows/05-add-comment.yaml +++ b/.github/workflows/05-add-comment.yaml @@ -70,7 +70,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@v3 + uses: peter-evans/create-or-update-comment@v4 if: github.event_name == 'pull_request' with: comment-id: ${{ steps.fc.outputs.comment-id }}