From c3406dfc6162d06254d43591e3b9c72df2ea441c Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 12 Jan 2024 08:13:42 +0100 Subject: [PATCH] build: bump checkout action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b46830..a006033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: teatimeguest/setup-texlive-action@v3 with: packages: scheme-full