From ed6753dfdce6d3bb9e2430d417bcb126244a254b Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:17:59 +0000 Subject: [PATCH 1/2] chore: deps: update hugo used by Netlify to 0.165.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 03eedb413..494e3da43 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.164.0" + HUGO_VERSION = "0.165.0" NODE_VERSION = "24.16.0" NPM_VERSION = "12.0.2" From bb819017d507ffd6eeca3fabc94636b99692fb2f Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:18:09 +0000 Subject: [PATCH 2/2] chore: deps: update hugo used by Github Action to 0.165.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 1f654c8cc..a12a0708d 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.164.0 + hugo-version: 0.165.0 extended: true - name: Install Bundler uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0