From 2cf998ec6863a626b7e5a1e7e3cc9d92db8a8c37 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Sat, 16 Mar 2024 19:12:41 +0000 Subject: [PATCH] deps: upgrade hugo to 0.124.0 This allows us to fix syntax highlighting for CUE definitions. Signed-off-by: Paul Jolly Change-Id: I6400dac82f0268ffe92e89ea1a95fa294a3d5ba0 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1183754 TryBot-Result: CUEcueckoo Reviewed-by: Jonathan Matthews --- .github/workflows/trybot.yml | 2 +- .github/workflows/update_tip.yml | 2 +- internal/ci/repo/repo.cue | 2 +- netlify.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trybot.yml b/.github/workflows/trybot.yml index 0aa8630545..7fa5507a4e 100644 --- a/.github/workflows/trybot.yml +++ b/.github/workflows/trybot.yml @@ -168,7 +168,7 @@ jobs: name: Install Hugo (${{ runner.os }}) uses: peaceiris/actions-hugo@v2 with: - hugo-version: 0.123.8 + hugo-version: 0.124.0 extended: true - if: runner.os == 'macOS' name: Install Hugo (${{ runner.os }}) diff --git a/.github/workflows/update_tip.yml b/.github/workflows/update_tip.yml index 3fa37a656a..4eb9c99738 100644 --- a/.github/workflows/update_tip.yml +++ b/.github/workflows/update_tip.yml @@ -79,7 +79,7 @@ jobs: name: Install Hugo (${{ runner.os }}) uses: peaceiris/actions-hugo@v2 with: - hugo-version: 0.123.8 + hugo-version: 0.124.0 extended: true - id: go-mod-cache-dir name: Get go mod cache directory diff --git a/internal/ci/repo/repo.cue b/internal/ci/repo/repo.cue index 619b497d6d..c6e9a6e911 100644 --- a/internal/ci/repo/repo.cue +++ b/internal/ci/repo/repo.cue @@ -32,7 +32,7 @@ goVersion: "1.22.0" nodeVersion: "20.9.0" // hugoVersion is the version of hugo used in generating our static site -hugoVersion: "0.123.8" +hugoVersion: "0.124.0" // netlifyCLIVersion is the version of the Netlify CLI used to deploy tip and // deploy previews of CLs diff --git a/netlify.toml b/netlify.toml index 8cb626974e..14274e07a0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,7 +9,7 @@ [build.environment] GO_VERSION = "1.22.0" HUGO_ENV = "production" - HUGO_VERSION = "0.123.8" + HUGO_VERSION = "0.124.0" NODE_VERSION = "20.9.0" [context]