We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae85ef commit ac4506eCopy full SHA for ac4506e
1 file changed
.github/workflows/hugo.yaml
@@ -19,7 +19,7 @@ jobs:
19
working-directory: ${{ env.HUGO_DIR }}
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
with:
24
lfs: true
25
fetch-depth: 0
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Hugo
32
uses: peaceiris/actions-hugo@v3
33
34
- hugo-version: '0.143.1'
+ hugo-version: '0.144.2'
35
extended: true
36
37
- name: Get hugo dependencies (theme)
0 commit comments