diff --git a/.github/workflows/preview-comment.yaml b/.github/workflows/preview-comment.yaml index 45ab9f4..4e1913d 100644 --- a/.github/workflows/preview-comment.yaml +++ b/.github/workflows/preview-comment.yaml @@ -45,7 +45,7 @@ jobs: if: | github.event.workflow_run.conclusion != 'success' && steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ inputs.pull_request_number }} body: | @@ -57,7 +57,7 @@ jobs: if: | github.event.workflow_run.conclusion != 'success' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace @@ -85,7 +85,7 @@ jobs: if: | github.event.workflow_run.conclusion == 'success' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace