We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fcee8d + 2b33ccc commit 0a7f21dCopy full SHA for 0a7f21d
4 files changed
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Hugo
23
uses: peaceiris/actions-hugo@v3
24
with:
25
- hugo-version: 0.147.0
+ hugo-version: 0.147.1
26
extended: true
27
28
- name: Install Bundler
netlify.toml
@@ -3,7 +3,7 @@
3
functions = "functions"
4
5
[build.environment]
6
- HUGO_VERSION = "0.147.0"
+ HUGO_VERSION = "0.147.1"
7
NODE_VERSION = "20.19.1"
8
NPM_VERSION = "11.3.0"
9
0 commit comments