diff options
-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 |