diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index eba71f9..b7e6e3b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Comment PR with deployment info - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prNumber = context.issue.number;