From e2da5dfcbe1fa73225bd6b69edf30684c3e1b92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:18:55 -0500 Subject: [PATCH] Bump shalzz/zola-deploy-action from 0.18.0 to 0.19.2 (#81) Bumps [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action) from 0.18.0 to 0.19.2. - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/964938f983e3223fbe16fcc626ff1ad803dba1cd...960304368c31a93d6991d64ae962df0786b905f1) --- updated-dependencies: - dependency-name: shalzz/zola-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs-zola.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-zola.yml b/.github/workflows/docs-zola.yml index 6472be6..a6f0e04 100644 --- a/.github/workflows/docs-zola.yml +++ b/.github/workflows/docs-zola.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: build - uses: shalzz/zola-deploy-action@964938f983e3223fbe16fcc626ff1ad803dba1cd # v0.18.0 + uses: shalzz/zola-deploy-action@960304368c31a93d6991d64ae962df0786b905f1 # v0.19.2 env: BUILD_DIR: ${{ inputs.build-dir }} BUILD_ONLY: true @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: build - uses: shalzz/zola-deploy-action@964938f983e3223fbe16fcc626ff1ad803dba1cd # v0.18.0 + uses: shalzz/zola-deploy-action@960304368c31a93d6991d64ae962df0786b905f1 # v0.19.2 env: BUILD_DIR: ${{ inputs.build-dir }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}