From 4806f33c97b4da300fb4123efe80f463310088f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:33:08 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.19.2 to 0.22.1 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.19.2 to 0.22.1. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.19.2...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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01a5f678..4c362971 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,6 @@ jobs: yarn prod - name: Zola build and deploy - uses: shalzz/zola-deploy-action@v0.19.2 + uses: shalzz/zola-deploy-action@v0.22.1 env: TOKEN: ${{ secrets.GITHUB_TOKEN }}