diff --git a/.github/workflows/build-docs-preview.yaml b/.github/workflows/build-docs-preview.yaml index 85e33204a7..119faa16d1 100644 --- a/.github/workflows/build-docs-preview.yaml +++ b/.github/workflows/build-docs-preview.yaml @@ -48,7 +48,7 @@ jobs: - name: Comment preview URL 🗨️ if: env.GIT_DIFF - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: '👀 Docs preview available here: ${{ steps.deploy-preview.outputs.deploy-url }}'