From 6bf251730412245eec05e58e0a73cd0afb4c53f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:39:43 +0000 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.123.2 [staging] --- .github/workflows/build-test.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 9226da2..df98c43 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Latest Version of Hugo uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # tag=v2 with: - hugo-version: '0.123.1' + hugo-version: '0.123.2' extended: true - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 diff --git a/netlify.toml b/netlify.toml index ec0c6b2..25475e3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ autoLaunch = false [build.environment] - HUGO_VERSION = "0.123.1" + HUGO_VERSION = "0.123.2" NODE_VERSION = "18" [[edge_functions]]