Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(workflow): Hasten checkout with blobless clones
In v4.1.0, actions/checkout recently introduced support for Git's partial clones. Partial clones are smaller than full clones (`fetch-depth: 0`), because they don't clone historical blobs and/or trees. In partial clones, Git operations will typically fetch data that isn't available locally as needed. Hence, prefer blobless clones, the partial clones that give the best performance overall, to full clones.
- Loading branch information