From d0d865d52baacadf5841e0fd789ddabc9615b49b Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Wed, 18 Oct 2023 07:17:00 -0500 Subject: [PATCH] update to git action checkout v4 --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 20ba723..2f3663b 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PrepareKeychain run: code/ci_actions/01_keychain.sh - name: PrepareAmplify