From e7e3f6a572971b6a275127806387e7184c0164a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:34:58 +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/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..d031c74 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.0 env: # Target branch PAGES_BRANCH: gh-pages