diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 672d44d..bb7aac9 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -49,7 +49,7 @@ jobs: - name: Update PR body with preview URL if: github.event.action != 'closed' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const previewUrl = `https://williambdean.github.io/pr-${context.issue.number}/`;