diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa6a9793..c9781909 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: cache-dependency-path: "**/package-lock.json" - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.120.3" extended: true diff --git a/themes/custom-theme/.github/workflows/publish.yml b/themes/custom-theme/.github/workflows/publish.yml index d536204b..17691889 100644 --- a/themes/custom-theme/.github/workflows/publish.yml +++ b/themes/custom-theme/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: node-version: "18" - name: Install Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.111.3" extended: true @@ -63,7 +63,7 @@ jobs: node-version: "18" - name: Install Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.111.3" extended: true diff --git a/themes/custom-theme/.github/workflows/renovate-hugo-modules.yml b/themes/custom-theme/.github/workflows/renovate-hugo-modules.yml index d8423050..4a4c23eb 100644 --- a/themes/custom-theme/.github/workflows/renovate-hugo-modules.yml +++ b/themes/custom-theme/.github/workflows/renovate-hugo-modules.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Install Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.111.3" extended: true