Skip to content

Commit ed5bd74

Browse files
deps: bump HUGO to 0.150.0 (#2382)
* chore: deps: update hugo used by Netlify to 0.150.0 Made with ❤️️ by updatecli * chore: deps: update hugo used by Github Action to 0.150.0 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 3f10e02 commit ed5bd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.149.1
25+
hugo-version: 0.150.0
2626
extended: true
2727

2828
- name: Install Bundler

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
functions = "functions"
44

55
[build.environment]
6-
HUGO_VERSION = "0.149.1"
6+
HUGO_VERSION = "0.150.0"
77
NODE_VERSION = "20.19.5"
88
NPM_VERSION = "11.6.0"
99

0 commit comments

Comments
 (0)