From 0b7fa38098c65d8689a8a3d5e5c19fef47ce11ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:36:32 +0000 Subject: [PATCH] Update peaceiris/actions-hugo action to v3 --- .github/workflows/publish.yml | 2 +- themes/custom-theme/.github/workflows/publish.yml | 4 ++-- .../custom-theme/.github/workflows/renovate-hugo-modules.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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