From f3a4b984e657631d5196658be3e3a8b970e05f67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:36:07 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-hugo action to v3 --- .github/workflows/deploy-to-vps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-vps.yaml b/.github/workflows/deploy-to-vps.yaml index 7d73229..72186c5 100644 --- a/.github/workflows/deploy-to-vps.yaml +++ b/.github/workflows/deploy-to-vps.yaml @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.122.0" extended: true