diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65add8e..2f1d53d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: lfs: true submodules: true