From 3df0192cef315f2c0fa5e8fe6f47c7e27cde9d8c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 22 Jul 2025 08:55:24 -0400 Subject: [PATCH] ... --- .gitea/workflows/hugo_site_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index 5441f10..a551713 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -82,7 +82,7 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.148.0' + hugo-version: '0.148.1' extended: true - name: Verify Hugo install run: |