Skip to content

Commit 832dbe4

Browse files
committed
fix(workflows): hugo version in pr-hugo workflow
1 parent be66c6f commit 832dbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
env:
15-
HUGO_VERSION: 0.111.2
15+
HUGO_VERSION: 0.134.3
1616
steps:
1717
- name: Install Hugo CLI
1818
run: |

0 commit comments

Comments
 (0)