From 9638b3030d9f2835bf9efba45732d10843a55501 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 7 Dec 2023 13:04:46 -0500 Subject: [PATCH] Pin older checkout for container compat Container does not have new enough git for checkout v2 --- .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 36db18dae3..71c953dcf5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -138,7 +138,7 @@ jobs: # github actions requires root to access mounted volumes options: --user root steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v1 with: submodules: 'recursive' - run: |