From 00c577fd7f6bfb8dc409c56cd8f497a07c4220f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:32:24 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.22.1 to 0.23.3 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.22.1 to 0.23.3. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.22.1...v0.23.3) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-version: 0.23.3 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 8e7474e..b7a2354 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout main uses: actions/checkout@v7.0.1 - name: Build only - uses: shalzz/zola-deploy-action@v0.22.1 + uses: shalzz/zola-deploy-action@v0.23.3 env: BUILD_ONLY: true - name: Create artifacts