From a38d5dd6cc5dc2932176e64e0cdba6ecb4086624 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:30:32 +0000 Subject: [PATCH 1/2] chore: deps: update hugo used by Netlify to 0.160.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 01071ebb..143f7b97 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.159.1" + HUGO_VERSION = "0.160.0" NODE_VERSION = "24.14.1" NPM_VERSION = "11.12.1" From c1b3b623d094b1254e08de890ae470a3bfa240e0 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:31:10 +0000 Subject: [PATCH 2/2] chore: deps: update hugo used by Github Action to 0.160.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b4e47a92..23234452 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 with: - hugo-version: 0.159.1 + hugo-version: 0.160.0 extended: true - name: Install Bundler uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1