diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 280d5744b2..89e850bf01 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -35,7 +35,7 @@ jobs: # node-version: 18 # cache: npm # or pnpm / yarn - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: bun install --cwd ./book # or pnpm install / yarn install / bun install - name: Build with VitePress