From 2a4ab694a592f9638574558358bcd56ea9e00582 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Mon, 25 Mar 2024 12:19:24 +0100 Subject: [PATCH] fix: attempt to fix CI dependencies XI --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0736cb..0b1a899 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,8 @@ jobs: steps: - name: Set up Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 + - name: Compile with: packages: python3-yaml texlive-full texlive-latex-base run: |