From e052487941859f6b7bfbfcbd2c70741c1d2d22ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:56:45 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.21.0 to 0.22.1 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.21.0 to 0.22.1. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-version: 0.22.1 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..7281d1f 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.1 env: BUILD_ONLY: true - name: Create artifacts