From 7ce90c3b69238102c84989a20925ec1efe75aaa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:48:34 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-hugo action to v3.2.1 --- .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 aed3dc4..9406927 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -25,7 +25,7 @@ jobs: HUGO_VERSION: 0.160.0 steps: - name: Install Hugo CLI - uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 + uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1 with: hugo-version: '0.160.1' extended: true