From 354dd0f20113a8423b4c33269092128950ee48c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:08:15 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.20.0 to 0.21.0 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de7fd73..8c238c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build Page - uses: shalzz/zola-deploy-action@v0.20.0 + uses: shalzz/zola-deploy-action@v0.21.0 env: BUILD_ONLY: true diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2affc05..229748d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Build Page - uses: shalzz/zola-deploy-action@v0.20.0 + uses: shalzz/zola-deploy-action@v0.21.0 env: BUILD_ONLY: true - name: Upload artifact