From 718e02579ab2817cbda9721f5eef5196f1c99964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:57:47 +0000 Subject: [PATCH] Bump peaceiris/actions-hugo from 2.6.0 to 3.0.0 Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2.6.0 to 3.0.0. - [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/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 98c9d60..db7ed61 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -23,7 +23,7 @@ jobs: go-version: '1.25.0' # Pin to specific Go version for reproducible builds - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: hugo-version: '0.148.1' # Pin to 0.148.1 for Congo v2.12.2 compatibility extended: true diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index b9c91a4..6db3207 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -28,7 +28,7 @@ jobs: go-version: '1.25.0' - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: hugo-version: '0.148.1' extended: true