From 7303025102022910afe0fe78d56f3d30215bcb2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 05:11:10 +0000 Subject: [PATCH] ci(tools): update peaceiris/actions-hugo action to v3 --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index adbc344..00b5eaa 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -27,7 +27,7 @@ jobs: - name: Setup hugo id: hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: latest extended: true