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]