From 8ecd2b60af785a0c354ca0ae6a4c2705cbc881dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 01:00:04 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/deploy_demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_demo.yml b/.github/workflows/deploy_demo.yml index 9481a4d..72c3c24 100644 --- a/.github/workflows/deploy_demo.yml +++ b/.github/workflows/deploy_demo.yml @@ -18,7 +18,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: | cd examples/web-worker && pnpm build - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./examples/web-worker/dist