From 5b8b5569341b95999861f5e0e72b4afe938ab063 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:30:44 +0000 Subject: [PATCH 1/2] chore: deps: update hugo used by Netlify to 0.154.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 5f7e8173..20b6ad10 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.153.5" + HUGO_VERSION = "0.154.0" NODE_VERSION = "20.19.6" NPM_VERSION = "11.7.0" From ae884da6a5404c2438c065e8af7cd72e0306231d Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:30:55 +0000 Subject: [PATCH 2/2] chore: deps: update hugo used by Github Action to 0.154.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 ee93f606..5c037b87 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 0.153.5 + hugo-version: 0.154.0 extended: true - name: Install Bundler