From 7678377195a0896fad8288b7a5f647dbac9b4853 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Wed, 5 Mar 2025 14:57:27 -0500 Subject: [PATCH] ci: Bump `checkout` action from v2 to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 135ffda..00282ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true - name: Link cabal project files