From e77b1ed68a647467d471779d901ce3d331654fa5 Mon Sep 17 00:00:00 2001 From: Elisamuel Resto Date: Mon, 1 Jul 2024 00:47:22 -0500 Subject: [PATCH] github/workflows/deploy.yaml: peaceiris/actions-hugo@v2 -> peaceiris/actions-hugo@v3 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0014a3f..4ba2745 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: submodules: true - name: ✨ Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' extended: true