diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e9e82078c..fd7b749a9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,7 +31,7 @@ jobs: node-version: 24 cache: npm - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci - name: Build with VitePress