From 37207237213e61fd59067862678e0fcd156b4439 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 07:31:37 +0000 Subject: [PATCH 1/2] chore: deps: update hugo used by Netlify to 0.159.1 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 cb72daff..9ecfad1e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.157.0" + HUGO_VERSION = "0.159.1" NODE_VERSION = "20.20.0" NPM_VERSION = "11.11.1" From 5c27d1c2ad0134e8ce9bdc2069f4e24c5cf1cc92 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 07:31:50 +0000 Subject: [PATCH 2/2] chore: deps: update hugo used by Github Action to 0.159.1 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 eb47780c..3a56ed46 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.157.0 + hugo-version: 0.159.1 extended: true - name: Install Bundler