diff --git a/.github/workflows/pr-playground-preview.yml b/.github/workflows/pr-playground-preview.yml index 2cff448..b5c963b 100644 --- a/.github/workflows/pr-playground-preview.yml +++ b/.github/workflows/pr-playground-preview.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Build Playground URL and post comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');