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