From c52d72e8e115f30be32cbb2a91a4c3aa117c328c Mon Sep 17 00:00:00 2001 From: Eliaz Bobadilla Date: Wed, 23 Mar 2022 23:36:33 -0500 Subject: [PATCH] ci: update actions/checkout@v2 to v3 (#14089) --- .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 2303ebb1c6..63a9389db4 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