Skip to content

Commit f989b6c

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] <[email protected]>
1 parent 2498bbb commit f989b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# We need Ghostscript for XeTeX tests.
3838
- run: sudo apt-get update && sudo apt-get install ghostscript
3939
- name: Install TeX Live
40-
uses: zauguin/install-texlive@v3
40+
uses: zauguin/install-texlive@v4
4141
with:
4242
# List the required TeX Live packages in a separate file to allow reuse in
4343
# different workflows.

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# We need Ghostscript for XeTeX tests.
3636
- run: sudo apt-get update && sudo apt-get install ghostscript
3737
- name: Install TeX Live
38-
uses: zauguin/install-texlive@v3
38+
uses: zauguin/install-texlive@v4
3939
with:
4040
# List the required TeX Live packages in a separate file to allow reuse in
4141
# different workflows.

0 commit comments

Comments
 (0)