From 84ddaaa9fa495e29e54bdd11d38f791f4549a7f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:55:58 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v6 --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index c1807e9..41df0be 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"