Skip to content

Commit

Permalink
deps: bump HUGO to 0.128.0 (#1471)
Browse files Browse the repository at this point in the history
* chore: deps: update hugo used by Netlify to 0.128.0

Made with ❤️️ by updatecli

* chore: deps: update hugo used by Github Action to 0.128.0

Made with ❤️️ by updatecli

---------

Co-authored-by: updatecli-bot <[email protected]>
  • Loading branch information
updateclibot[bot] and updatecli-bot authored Jun 25, 2024
1 parent 4a3a095 commit 9a0f6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 0.127.0
hugo-version: 0.128.0
extended: true

- name: Install Bundler
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
functions = "functions"

[build.environment]
HUGO_VERSION = "0.127.0"
HUGO_VERSION = "0.128.0"
NODE_VERSION = "20.15.0"
NPM_VERSION = "10.8.1"

Expand Down

0 comments on commit 9a0f6c5

Please sign in to comment.