Fix deprecation warnings, upgrade to hugo 0.134 (#653)

This commit is contained in:
Andreas Deininger
2024-10-01 21:52:34 +02:00
committed by GitHub
parent 3588e36948
commit e54cf3e6d1
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
matrix:
hugo-version:
- 'latest'
- '0.124.0'
- '0.134.2'
steps:
- uses: actions/checkout@v4
with:
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ matrix.hugo-version }}
extended: true