diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5db7eb27..6cd95956 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: node-version: 24 cache: npm # or pnpm / yarn - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: npm ci # or pnpm install / yarn install / bun install - name: Build with VitePress