From 58305108258dc42e4f319fe3c4819b3e5761c9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:53:28 +0000 Subject: [PATCH] Bump peaceiris/actions-hugo from 2 to 3 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] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 645cd5c..455fa0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: node-version-file: ".nvmrc" cache: "pnpm" - - uses: "peaceiris/actions-hugo@v2" + - uses: "peaceiris/actions-hugo@v3" with: hugo-version: "0.105.0" extended: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index df89f82..24462c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: with: node-version-file: ".nvmrc" cache: "pnpm" - - uses: "peaceiris/actions-hugo@v2" + - uses: "peaceiris/actions-hugo@v3" with: hugo-version: "0.105.0" extended: true