From ee457e7a4d1f221ae4ca4be05b0c0540f177105d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 19 Nov 2023 00:31:45 +0100 Subject: [PATCH] [CI] Update CI runner from Ubuntu 18.04 to 22.04 Use actions/checkout@v4 instead of v2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24caa28..2cc6871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ on: jobs: test: name: Testing UseLatexMk - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: Checking out the UseLatexMk repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run test suite run: |