From fb3ec05c0f4cd3112e1b2799a980e5cc00c49cd7 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Tue, 5 Sep 2023 10:23:55 -0700 Subject: [PATCH] workflows: Update to actions/checkout@v4 This is the latest major version of the checkout action. Signed-off-by: Nathan Chancellor --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 011ceb66..8ae98362 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: build-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: bash ci.sh deps - name: Build LLVM