diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index c579da1..63cc31e 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -33,7 +33,7 @@ jobs: cache-dependency-path: playground/package-lock.json - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - run: npm ci - run: npm run build