From f5ed258df7b1acd42ae277bdff49d11e2c5741b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:12:01 +0000 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.19.1 to 0.19.2 (#532) Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/e4233e9a9fdc50632e17e42f06e647dc6c44bebd...960304368c31a93d6991d64ae962df0786b905f1) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .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 3b6f908a..59fce641 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: build - uses: shalzz/zola-deploy-action@e4233e9a9fdc50632e17e42f06e647dc6c44bebd # v0.19.1 + uses: shalzz/zola-deploy-action@960304368c31a93d6991d64ae962df0786b905f1 # v0.19.2 env: BUILD_DIR: docs BUILD_ONLY: true