From 3d42357f48349828eeac2b23505dd1d6b5539532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:20:03 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.21.0 to 0.22.0 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acecc5d..4763ae0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout main uses: actions/checkout@v5.0.0 - name: Build only - uses: shalzz/zola-deploy-action@v0.21.0 + uses: shalzz/zola-deploy-action@v0.22.0 env: BUILD_ONLY: true - name: Create artifacts