mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
Bump MinimumGitVersion to 2.28 due to #1386
This commit is contained in:
parent
24a04b5104
commit
93c131d06b
3 changed files with 41 additions and 67 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -480,9 +480,9 @@ const retryHelper = __importStar(__nccwpck_require__(2155));
|
|||
const git_version_1 = __nccwpck_require__(3142);
|
||||
// Auth header not supported before 2.9
|
||||
// Wire protocol v2 not supported before 2.18
|
||||
// sparse-checkout not supported before 2.25
|
||||
// sparse-checkout not [well-]supported before 2.28 (see https://github.com/actions/checkout/issues/1386)
|
||||
exports.MinimumGitVersion = new git_version_1.GitVersion('2.18');
|
||||
exports.MinimumGitSparseCheckoutVersion = new git_version_1.GitVersion('2.25');
|
||||
exports.MinimumGitSparseCheckoutVersion = new git_version_1.GitVersion('2.28');
|
||||
function createCommandManager(workingDirectory, lfs, doSparseCheckout) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
return yield GitCommandManager.createCommandManager(workingDirectory, lfs, doSparseCheckout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue