From 5d7bdc8a24fc960b5bb773843b586e497f5fa0d6 Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Fri, 27 Oct 2023 21:59:53 -0700 Subject: [PATCH] Update checkout version used Was producing warnings in CI. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7db81713..229fc42d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Haskell Stack uses: actions/setup-haskell@v1 @@ -41,7 +41,7 @@ jobs: uses: llvm/actions/install-ninja@55d844821959226fab4911f96f37071c1d4c3268 - name: Clone LLVM repo - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: llvm/llvm-project ref: 'main'