From 382891be8acbc16b50f27190a436bfc1165d6d1f Mon Sep 17 00:00:00 2001 From: Eliaz Bobadilla Date: Wed, 23 Mar 2022 08:42:15 -0500 Subject: [PATCH] Update actions/checkout@v2 to v3 https://github.com/actions/checkout#checkout-v3 --- .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 6ba3785c55b625..ba7f9d17b0c9bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: git config --global fetch.parallel 32 - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Use depth > 1, because sometimes we need to rebuild main and if # other commits have landed it will become impossible to rebuild if