From cab9e0f3a59081fc980ae38904bbac70a51987dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:00:30 +0000 Subject: [PATCH] Update shalzz/zola-deploy-action action to v0.23.4 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 0694538e5..f45f60121 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -399,7 +399,7 @@ jobs: echo "site build: ${site_short} (${site_date})" - name: Run Zola - uses: shalzz/zola-deploy-action@v0.23.3 + uses: shalzz/zola-deploy-action@v0.23.4 env: BUILD_DIR: uutils.github.io BUILD_ONLY: true