diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml index cd02bfc..78bd4f7 100644 --- a/.github/workflows/pr-preview-deploy.yml +++ b/.github/workflows/pr-preview-deploy.yml @@ -58,7 +58,7 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - name: Comment PR with Preview URL - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: PR_NUMBER: ${{ steps.meta.outputs.pr_number }} PR_SHA: ${{ steps.meta.outputs.pr_sha }}