mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-30 23:10:31 +00:00 
			
		
		
		
	Bump MinimumGitVersion to 2.28 due to #1386
				
					
				
			This commit is contained in:
		| @@ -24,7 +24,7 @@ describe('git-auth-helper tests', () => { | ||||
|       console.log(args, options.listeners.stdout) | ||||
|  | ||||
|       if (args.includes('version')) { | ||||
|         options.listeners.stdout(Buffer.from('2.25')) | ||||
|         options.listeners.stdout(Buffer.from('2.28')) | ||||
|         return 0 | ||||
|       } | ||||
|  | ||||
| @@ -57,7 +57,7 @@ describe('git-auth-helper tests', () => { | ||||
|       console.log(args, options.listeners.stdout) | ||||
|  | ||||
|       if (args.includes('version')) { | ||||
|         options.listeners.stdout(Buffer.from('2.25')) | ||||
|         options.listeners.stdout(Buffer.from('2.28')) | ||||
|         return 0 | ||||
|       } | ||||
|  | ||||
| @@ -97,7 +97,7 @@ describe('Test fetchDepth and fetchTags options', () => { | ||||
|       console.log(args, options.listeners.stdout) | ||||
|  | ||||
|       if (args.includes('version')) { | ||||
|         options.listeners.stdout(Buffer.from('2.25')) | ||||
|         options.listeners.stdout(Buffer.from('2.28')) | ||||
|       } | ||||
|  | ||||
|       return 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Wesley Walker III
					John Wesley Walker III