From 7b55a4854d9932a23183b64a2c3a8e344464a916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:49:14 +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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7afa1d4..80f6e78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout main uses: actions/checkout@v4.2.2 - name: Build only - uses: shalzz/zola-deploy-action@v0.20.0 + uses: shalzz/zola-deploy-action@v0.21.0 env: BUILD_ONLY: true - name: Create artifacts