Skip to content

Commit

Permalink
Bump shalzz/zola-deploy-action from 0.18.0 to 0.19.2 (#81)
Browse files Browse the repository at this point in the history
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](shalzz/zola-deploy-action@964938f...9603043)

---
updated-dependencies:
- dependency-name: shalzz/zola-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 7fddb07 commit e2da5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit e2da5df

Please sign in to comment.