Skip to content

Commit 7b3e8a7

Browse files
Bump vimtor/action-zip from 1.1 to 1.2 (#584)
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>
1 parent e751165 commit 7b3e8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: always()
166166

167167
- name: "Zip HTML Documentation"
168-
uses: vimtor/action-zip@v1.1
168+
uses: vimtor/action-zip@v1.2
169169
with:
170170
files: doc/build/html/
171171
dest: HTML-doc-${{env.PACKAGE_NAME}}.zip
@@ -190,7 +190,7 @@ jobs:
190190
echo "Found PDF doc: ${files[0]}"
191191
192192
- name: "Zip PDF Documentation"
193-
uses: vimtor/action-zip@v1.1
193+
uses: vimtor/action-zip@v1.2
194194
if: ${{ inputs.generate_pdf == 'true' }}
195195
with:
196196
files: doc/build/latex/${{ steps.pdf.outputs.PDF_file }}

0 commit comments

Comments
 (0)