Skip to content

Commit 23ca2de

Browse files
authored
Merge pull request #105 from cybertec-postgresql/docu_worklow
update workflow
2 parents aae85ef + ac4506e commit 23ca2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: ${{ env.HUGO_DIR }}
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
lfs: true
2525
fetch-depth: 0
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Hugo
3232
uses: peaceiris/actions-hugo@v3
3333
with:
34-
hugo-version: '0.143.1'
34+
hugo-version: '0.144.2'
3535
extended: true
3636

3737
- name: Get hugo dependencies (theme)

0 commit comments

Comments
 (0)