From 06abf5564ef25ba2e948ab872e0baedf5dd84c2e Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:52:48 +0000 Subject: [PATCH] ran `npm run build` --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 1389602..d66b9a7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -480,7 +480,8 @@ 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 -exports.MinimumGitVersion = new git_version_1.GitVersion('2.18'); +// sparse-checkout not supported before 2.25 +exports.MinimumGitVersion = new git_version_1.GitVersion('2.25'); function createCommandManager(workingDirectory, lfs, doSparseCheckout) { return __awaiter(this, void 0, void 0, function* () { return yield GitCommandManager.createCommandManager(workingDirectory, lfs, doSparseCheckout);