From 17dc401bfb4506f5128d69b5320c5bb3ef3486a4 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 18 Apr 2023 08:45:37 +0200 Subject: [PATCH] update checkout action to kill the node warning --- .github/workflows/main.yml | 2 +- .github/workflows/pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60e3396..41563e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index db8ef16..fcd3eaa 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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