From 802a43b6694d5a98b872df78ddade1475fdec5df Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 08:11:50 +0000 Subject: [PATCH] fix --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de2c34b..18a5a3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,9 +15,7 @@ jobs: container: { image: 'aergus/latex' } steps: - - name: Install nodejs - run: apt-get update && apt-get install -y nodejs - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Upload artifacts