From dd641fc0c2e07ab3b37993c29536951a46657730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:13:21 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-hugo action to v3 --- .github/workflows/hugo_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo_build.yml b/.github/workflows/hugo_build.yml index da81b57d..b636e41f 100644 --- a/.github/workflows/hugo_build.yml +++ b/.github/workflows/hugo_build.yml @@ -34,7 +34,7 @@ jobs: - run: npm install - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.157.0" extended: true