Skip to content

Commit 5076485

Browse files
committed
Refer to latest Hugo release
1 parent b0811ba commit 5076485

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v3
2020
with:
21-
hugo-version: ' 0.125.4'
21+
hugo-version: ' 0.148.2'
2222
extended: true
2323
- name: Build
2424
run: chmod +x build-site.sh && ./build-site.sh

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Hugo
2626
uses: peaceiris/actions-hugo@v3
2727
with:
28-
hugo-version: ' 0.125.4'
28+
hugo-version: ' 0.148.2'
2929
extended: true
3030

3131
- name: Setup Node

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Hugo
2222
uses: peaceiris/actions-hugo@v3
2323
with:
24-
hugo-version: '0.125.4'
24+
hugo-version: '0.148.2'
2525
extended: true
2626
- name: Build
2727
run: chmod +x build-site.sh && ./build-site.sh

0 commit comments

Comments
 (0)