diff --git a/.github/workflows/build-lts.yml b/.github/workflows/build-lts.yml index 042334d3..420614ed 100644 --- a/.github/workflows/build-lts.yml +++ b/.github/workflows/build-lts.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew check shell: bash - name: Setup Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: 0.145.0 extended: 'true' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9109e25d..87355ca2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: ./gradlew check shell: bash - name: Setup Hugo - uses: peaceiris/actions-hugo@v3.0.0 + uses: peaceiris/actions-hugo@v3.2.1 with: hugo-version: 0.163.0 extended: 'true'