Skip to content

Commit

Permalink
fix(ci): update hugo version to match entrypoint args
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <ben.meier@humanitec.com>
  • Loading branch information
astromechza committed Jun 20, 2024
1 parent f4a9aef commit bad693e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.hugo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dprint": "^0.46.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.13.0",
"hugo-extended": "^0.113.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dprint": "^0.46.0",
"html-hint": "^0.2.4",
"hugo-cli": "^0.13.0",
"hugo-extended": "^0.113.0",
"hugo-extended": "^0.123.8",
"lunr": "^2.3.9",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@ hugo-cli@^0.13.0:
got "^11.8.6"
semver "^7.5.4"

hugo-extended@^0.113.0:
version "0.113.0"
resolved "https://registry.yarnpkg.com/hugo-extended/-/hugo-extended-0.113.0.tgz#79b4938d4da897991790a7ebcc556fbc5fb2a886"
integrity sha512-pJajuImK4MeWutwAlduEmtvn3qW35hjd4cyHc/9Tcr/4AFZQTDAT2vERka0ynUrEDRTknbJ7l0lbcgfoQuv4jw==
hugo-extended@^0.123.8:
version "0.123.8"
resolved "https://registry.yarnpkg.com/hugo-extended/-/hugo-extended-0.123.8.tgz#0925aea40c201f28c88a2f63079e8923c54cf99d"
integrity sha512-EudplT9MZRhDemli+8SleR8SuxBvwdaf4mCCd1yFUcV+YtM1M92Doc2+AadQn+Mf+znamk2vEIM5Q/YUKvQkeg==
dependencies:
careful-downloader "^3.0.0"
log-symbols "^5.1.0"
Expand Down

0 comments on commit bad693e

Please sign in to comment.