Skip to content

Commit 8541e61

Browse files
committed
update latex action to v4
1 parent b15bdbc commit 8541e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313

1414
- name: Github Action for LaTeX
15-
uses: xu-cheng/latex-action@3.2.0
15+
uses: xu-cheng/latex-action@v4
1616
with:
1717
latexmk_use_xelatex: true
1818
work_in_root_file_dir: true

.github/workflows/release_slides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "VERSION=$VERSION" >> $GITHUB_ENV
2828
2929
- name: Compile LaTeX
30-
uses: xu-cheng/latex-action@v3
30+
uses: xu-cheng/latex-action@v4
3131
with:
3232
latexmk_use_xelatex: true
3333
work_in_root_file_dir: true

0 commit comments

Comments
 (0)