mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-24 05:19:53 +02:00
Bump MinimumGitVersion
to 2.28 due to #1386
This commit is contained in:
parent
64dbc8124d
commit
425626d259
6 changed files with 12 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue