From 2f972226add357821c1ec6cbfdb80c2fb591ffa1 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 --- .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 78b4c217..a1c48f4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: source submodules: recursive