diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 00dc0ce..db8da29 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -61,7 +61,7 @@ jobs: github.event.workflow_run.conclusion != 'success' && steps.find-pull-request.outputs.number != '' && steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ steps.find-pull-request.outputs.number }} body: | @@ -74,7 +74,7 @@ jobs: github.event.workflow_run.conclusion != 'success' && steps.find-pull-request.outputs.number != '' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace @@ -128,7 +128,7 @@ jobs: github.event.workflow_run.conclusion == 'success' && steps.find-pull-request.outputs.number != '' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace