update checkout action to kill the node warning

This commit is contained in:
Mirek Kratochvil 2023-04-18 08:45:37 +02:00
parent cdba8ab277
commit 17dc401bfb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
container: { image: 'aergus/latex' }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the thesis
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
- name: Upload artifacts

View File

@ -11,7 +11,7 @@ jobs:
container: { image: 'aergus/latex' }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the thesis
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
- name: Prepare a website directory