From 6c397c4d2495184614ac99e23f612ea00bb25564 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 9 May 2024 10:44:32 -0700 Subject: [PATCH] .github: Bump actions/checkout to v4 --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index a9328fdd..94d597b2 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -13,7 +13,7 @@ jobs: build: runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Basic checks run: pip install pre-commit && pre-commit run --all-files --show-diff-on-failure --color=always - name: Install latex