From e5d18ecc4ddbff0000c63e400425aed646feed52 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Mon, 4 Sep 2023 23:48:36 -0500 Subject: [PATCH] Update to actions/checkout@v4 Something broke. See actions/checkout#949, actions/checkout#1448 --- .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 0b12ca16..b86a47e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: source submodules: recursive