diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 73e78336..409b2116 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -31,7 +31,7 @@ jobs: submodules: true - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.84.0' extended: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad1854d4..05ddd896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: VERSION: ${{ steps.tag.outputs.TAG }} - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.84.0' extended: true