diff --git a/.github/workflows/pr-playground-preview.yml b/.github/workflows/pr-playground-preview.yml index c5fc230..916504a 100644 --- a/.github/workflows/pr-playground-preview.yml +++ b/.github/workflows/pr-playground-preview.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Post or update playground preview comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');