From 08783ccaa4db2f0ad3cb1c72e4cd3e7b11850c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:48:25 +0000 Subject: [PATCH] Bump peaceiris/actions-hugo in /.github/actions/setup-asciidoctor 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/75d2e84710de30f6ff7268e08f310b60ef14033f...2752ce1d29631191ea3f27c23495fa06139a5b78) --- 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/actions/setup-asciidoctor/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-asciidoctor/action.yml b/.github/actions/setup-asciidoctor/action.yml index 831c8d9..8f580cf 100644 --- a/.github/actions/setup-asciidoctor/action.yml +++ b/.github/actions/setup-asciidoctor/action.yml @@ -5,7 +5,7 @@ runs: using: 'composite' steps: - name: Setup Hugo - uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 + uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1 with: hugo-version: '0.101.0' extended: true