From 8abbb2571840b3f37b1ae58786af3619bdec94b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Dec 2024 10:32:51 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-hugo action to v3 --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 27f87a0..1319a27 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -41,7 +41,7 @@ jobs: sed -i "s|__TOKEN_AUTH__|${{ secrets.MATOMO_TOKEN_AUTH }}|" static/config.php - name: Setup Hugo - uses: https://github.com/peaceiris/actions-hugo@v2.6.0 + uses: https://github.com/peaceiris/actions-hugo@v3.0.0 with: hugo-version: "latest" extended: true -- 2.36.6