From 129d78d3028022220012f2309616fb934e52dfcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:32:08 +0000 Subject: [PATCH] ci(deps): bump peaceiris/actions-hugo in the github-actions group Bumps the github-actions group with 1 update: [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7627e6f..593ab94 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Hugo - uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3 + uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3 with: hugo-version: 'latest' extended: true