diff --git a/.github/workflows/preview-comment.yaml b/.github/workflows/preview-comment.yaml index 45ab9f4..6b4bf52 100644 --- a/.github/workflows/preview-comment.yaml +++ b/.github/workflows/preview-comment.yaml @@ -34,7 +34,7 @@ jobs: echo "comment_message=👋 Thanks for opening this PR! ${{ inputs.site_name }} will be automatically built with [GitHub Actions](https://github.com/features/actions). To see the status of your deployment, click below." >> $GITHUB_ENV - name: Find preview comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fc with: issue-number: '${{ inputs.pull_request_number }}'