1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-01 22:10:06 +02:00
checkout/dist
Johannes Schindelin 1b203d18c7 Verify minimum Git version for sparse checkout
The `git sparse-checkout` command is available only since Git version
v2.25.0. The `actions/checkout` Action actually supports older Git
versions than that; As of time of writing, the minimum version is
v2.18.0.

Instead of raising this minimum version even for users who do not
require a sparse checkout, only check for this minimum version
specifically when a sparse checkout was asked for.

Suggested-by: Tingluo Huang <tingluohuang@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2023-06-07 15:02:03 +02:00
..
index.js Verify minimum Git version for sparse checkout 2023-06-07 15:02:03 +02:00
problem-matcher.json Convert checkout to a regular action (#70) 2019-12-03 10:28:59 -05:00