Skip to content

Commit 3d8172b

Browse files
Bump zauguin/install-texlive from 3 to 4
Bumps [zauguin/install-texlive](https://github.com/zauguin/install-texlive) from 3 to 4. - [Commits](zauguin/install-texlive@v3...v4) --- updated-dependencies: - dependency-name: zauguin/install-texlive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5a4e08 commit 3d8172b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# We need Ghostscript for XeTeX tests.
1919
- run: sudo apt-get update && sudo apt-get install ghostscript
2020
- name: Install TeX Live
21-
uses: zauguin/install-texlive@v3
21+
uses: zauguin/install-texlive@v4
2222
with:
2323
# List the required TeX Live packages in a separate file to allow reuse in
2424
# different workflows.

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# We need Ghostscript for XeTeX tests.
1717
- run: sudo apt-get update && sudo apt-get install ghostscript
1818
- name: Install TeX Live
19-
uses: zauguin/install-texlive@v3
19+
uses: zauguin/install-texlive@v4
2020
with:
2121
# List the required TeX Live packages in a separate file to allow reuse in
2222
# different workflows.

0 commit comments

Comments
 (0)