From 98bc9cb2039a6162ba71941915fe7ebfe9769b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:35:58 +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