From 85c2ac3154acc4b14ca9e163c3a5d750f10061b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:23:20 +0000 Subject: [PATCH] Update peaceiris/actions-hugo action to v3 --- .github/workflows/development.yml | 4 ++-- .github/workflows/production.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 437ee30..b3887de 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -23,7 +23,7 @@ jobs: go-version: '1.18' - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.120.1' extended: true @@ -69,7 +69,7 @@ jobs: go-version: '1.18' - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.120.1' extended: true diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 99ccc98..01cda99 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -33,7 +33,7 @@ jobs: go-version: '1.20' - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: '0.120.1' extended: true