Skip to content

Commit

Permalink
deps: upgrade hugo to 0.124.0
Browse files Browse the repository at this point in the history
This allows us to fix syntax highlighting for CUE definitions.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I6400dac82f0268ffe92e89ea1a95fa294a3d5ba0
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1183754
TryBot-Result: CUEcueckoo <cueckoo@gmail.com>
Reviewed-by: Jonathan Matthews <github@hello.jonathanmatthews.com>
  • Loading branch information
myitcv committed Mar 16, 2024
1 parent f3c1ca0 commit 2cf998e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trybot.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/update_tip.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2cf998e

Please sign in to comment.