mirror of
https://github.com/actions/checkout.git
synced 2024-11-10 04:09:20 +08:00
In consideration of a future v5, update minimum git version.
This commit is contained in:
parent
8410ad0602
commit
8926c30a30
@ -11,7 +11,8 @@ import {GitVersion} from './git-version'
|
||||
|
||||
// Auth header not supported before 2.9
|
||||
// Wire protocol v2 not supported before 2.18
|
||||
export const MinimumGitVersion = new GitVersion('2.18')
|
||||
// sparse-checkout not supported before 2.27
|
||||
export const MinimumGitVersion = new GitVersion('2.27')
|
||||
|
||||
export interface IGitCommandManager {
|
||||
branchDelete(remote: boolean, branch: string): Promise<void>
|
||||
|
Loading…
Reference in New Issue
Block a user