From 66df81a15b6353cfb55b30f8bf55f1921da82719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:34:02 +0000 Subject: [PATCH] Bump peaceiris/actions-hugo from 3.0.0 to 3.2.1 Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v3.0.0...v3.2.1) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lts.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'