From 9a0f6c53bcea72dbdff3861f4ff73c622eab1c6f Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:20:15 +0000 Subject: [PATCH] deps: bump HUGO to 0.128.0 (#1471) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: deps: update hugo used by Netlify to 0.128.0 Made with ❤️️ by updatecli * chore: deps: update hugo used by Github Action to 0.128.0 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli-bot --- .github/workflows/build.yaml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f4956bb5..caf4a9ad 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.127.0 + hugo-version: 0.128.0 extended: true - name: Install Bundler diff --git a/netlify.toml b/netlify.toml index a16f7d8c..bf428a39 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.127.0" + HUGO_VERSION = "0.128.0" NODE_VERSION = "20.15.0" NPM_VERSION = "10.8.1"