From c0da40640003c29c7ab864bc1caeecffcc87a1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:34:25 +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/gh_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index 7664fd0..55d15f6 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -12,7 +12,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.21.0 + uses: shalzz/zola-deploy-action@v0.22.1 env: # Target branch PAGES_BRANCH: gh-pages