From f1098c04150da457de5bdc616ec2af076ab1a10b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:02:10 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .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..956401e 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@v5 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"