From eb05536d3ce1c32d52bc8688bb8a43e9c7fa58fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:54:51 +0000 Subject: [PATCH] Update shalzz/zola-deploy-action action to v0.23.2 --- .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 2e090024a..a66fe7ee6 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.1 + uses: shalzz/zola-deploy-action@v0.23.2 env: BUILD_DIR: uutils.github.io BUILD_ONLY: true