From 2bc3dbe1ca1acead536f8674545917728da0bab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:15:08 +0000 Subject: [PATCH] Update actions/configure-pages action to v6 --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 293f72e..f6024fd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: node-version: 24 cache: npm # or pnpm / yarn - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci # or pnpm install / yarn install / bun install - name: Build with VitePress