diff options
author | Eliaz Bobadilla <eliaz.bobadilladev@gmail.com> | 2022-03-23 23:36:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 13:36:33 +0900 |
commit | c52d72e8e115f30be32cbb2a91a4c3aa117c328c (patch) | |
tree | d6e449eeddcb525faa7cd121fc3026698407817c | |
parent | cff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (diff) |
ci: update actions/checkout@v2 to v3 (#14089)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2303ebb1c..63a9389db 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 |