Skip to content

Commit 19793a1

Browse files
chore(deps): update peaceiris/actions-hugo action to v3
1 parent 2d5485a commit 19793a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

1818
- name: Setup Hugo
19-
uses: peaceiris/actions-hugo@v2
19+
uses: peaceiris/actions-hugo@v3
2020
with:
2121
hugo-version: "0.88.1"
2222
extended: true

.github/workflows/linkcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1818

1919
- name: Setup Hugo
20-
uses: peaceiris/actions-hugo@v2
20+
uses: peaceiris/actions-hugo@v3
2121
with:
2222
hugo-version: "0.88.1"
2323
extended: true

0 commit comments

Comments
 (0)