From 46cbdf3afa489e5caf66226431238029ba71dc6c Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:39:04 +0000 Subject: [PATCH] deps: bump HUGO to 0.140.1 (#2010) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: deps: update hugo used by Netlify to 0.140.1 Made with ❤️️ by updatecli * chore: deps: update hugo used by Github Action to 0.140.1 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 f42e8686..72617f12 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.140.0 + hugo-version: 0.140.1 extended: true - name: Install Bundler diff --git a/netlify.toml b/netlify.toml index 242b46a6..c8f48316 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.140.0" + HUGO_VERSION = "0.140.1" NODE_VERSION = "20.18.1" NPM_VERSION = "11.0.0"