From 3dc3c21fed7aca6c0dd850022d4bb0204059f558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:35:27 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.19.2 to 0.20.0 Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/960304368c31a93d6991d64ae962df0786b905f1...c34a7626cd84c9c90499afeb310070ea838a8d1a) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index eb57b90b..7e9b67c0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: build - uses: shalzz/zola-deploy-action@960304368c31a93d6991d64ae962df0786b905f1 # v0.19.2 + uses: shalzz/zola-deploy-action@c34a7626cd84c9c90499afeb310070ea838a8d1a # v0.20.0 env: BUILD_DIR: docs BUILD_ONLY: true