diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8451a0f..53566ae 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -50,7 +50,7 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - name: Comment PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const url = '${{ steps.deploy.outputs.deploy-url }}';