From 0a4f2e725fbe9d2006d8ebe96b3d44bcc57d002b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:44:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore(deps):=20update=20sh?= =?UTF-8?q?alzz/zola-deploy-action=20action=20to=20v0.22.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e37614..755cbd6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: uses: actions/checkout@v6 - name: Zola Build - uses: shalzz/zola-deploy-action@v0.22.0 + uses: shalzz/zola-deploy-action@v0.22.1 env: BUILD_ONLY: true - name: Zola Check - uses: shalzz/zola-deploy-action@v0.22.0 + uses: shalzz/zola-deploy-action@v0.22.1 env: BUILD_ONLY: true CHECK_LINKS: true @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6 - name: Build and Deploy - uses: shalzz/zola-deploy-action@v0.22.0 + uses: shalzz/zola-deploy-action@v0.22.1 env: PAGES_BRANCH: gh-pages TOKEN: ${{ secrets.TOKEN }}