From fbd096eec073c217bdf25b5c7f182a5c73f1189d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:27:27 +0200 Subject: [PATCH] Bump peaceiris/actions-hugo from 2 to 3 (#199) Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs-to-gh-pages.yml | 2 +- .github/workflows/fresh-to-vercel-pr.yml | 2 +- .github/workflows/fresh-to-vercel.yml | 2 +- .github/workflows/htmltest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs-to-gh-pages.yml b/.github/workflows/docs-to-gh-pages.yml index fd9bc891..daa4e811 100644 --- a/.github/workflows/docs-to-gh-pages.yml +++ b/.github/workflows/docs-to-gh-pages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/fresh-to-vercel-pr.yml b/.github/workflows/fresh-to-vercel-pr.yml index 616af11f..e6befcae 100644 --- a/.github/workflows/fresh-to-vercel-pr.yml +++ b/.github/workflows/fresh-to-vercel-pr.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/fresh-to-vercel.yml b/.github/workflows/fresh-to-vercel.yml index 8a849683..24b5ca9d 100644 --- a/.github/workflows/fresh-to-vercel.yml +++ b/.github/workflows/fresh-to-vercel.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.110.0' extended: true diff --git a/.github/workflows/htmltest.yml b/.github/workflows/htmltest.yml index b8e25fac..35a2ae92 100644 --- a/.github/workflows/htmltest.yml +++ b/.github/workflows/htmltest.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Set up Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "latest" extended: true