Skip to content

Commit 1f1b47a

Browse files
committed
Updated all actions.
1 parent 735ff84 commit 1f1b47a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set up Git repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Cache TikZ externalized pictures
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: tex/figures/externalized
2828
key: tikz-externalized
2929

3030
- name: Compile LaTeX document
31-
uses: xu-cheng/latex-action@v3
31+
uses: xu-cheng/latex-action@v4
3232
with:
3333
root_file: tex/FormalLanguageConstrainedReachabilityLectureNotes.tex
3434
work_in_root_file_dir: true
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4242

4343
- name: Upload PDF file
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: FormalLanguageConstrainedReachabilityLectureNotes_${{ steps.sha_short.outputs.sha_short }}
4747
path: tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf

0 commit comments

Comments
 (0)