diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index db371f7..862cec1 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -60,7 +60,7 @@ jobs: comment-author: "github-actions[bot]" body-includes: "Preview URL:" - name: Create or update comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.find_comment.outputs.comment-id }} issue-number: ${{ steps.find_pr_number.outputs.pr_number }}