Skip to content

Commit 2c64b05

Browse files
authored
fix: hugo version (#2393)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent e07acc7 commit 2c64b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.124.1
35+
HUGO_VERSION: 0.125.4
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

docsy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
3535
},
3636
"devDependencies": {
37-
"autoprefixer": "^10.4.14",
37+
"autoprefixer": "^10.4.19",
3838
"cross-env": "^7.0.3",
3939
"hugo-extended": "0.125.4",
4040
"postcss-cli": "^11.0.0"

0 commit comments

Comments
 (0)