Skip to content

Commit

Permalink
Bump vimtor/action-zip from 1.1 to 1.2 (#584)
Browse files Browse the repository at this point in the history
Bumps [vimtor/action-zip](https://github.com/vimtor/action-zip) from 1.1 to 1.2.
- [Release notes](https://github.com/vimtor/action-zip/releases)
- [Commits](vimtor/action-zip@v1.1...v1.2)

---
updated-dependencies:
- dependency-name: vimtor/action-zip
  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 Feb 13, 2024
1 parent e751165 commit 7b3e8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
if: always()

- name: "Zip HTML Documentation"
uses: vimtor/action-zip@v1.1
uses: vimtor/action-zip@v1.2
with:
files: doc/build/html/
dest: HTML-doc-${{env.PACKAGE_NAME}}.zip
Expand All @@ -190,7 +190,7 @@ jobs:
echo "Found PDF doc: ${files[0]}"
- name: "Zip PDF Documentation"
uses: vimtor/action-zip@v1.1
uses: vimtor/action-zip@v1.2
if: ${{ inputs.generate_pdf == 'true' }}
with:
files: doc/build/latex/${{ steps.pdf.outputs.PDF_file }}
Expand Down

0 comments on commit 7b3e8a7

Please sign in to comment.