mirror of
				https://kkgithub.com/actions/checkout
				synced 2025-11-04 08:11:53 +08:00 
			
		
		
		
	Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses
This commit is contained in:
		@ -23,7 +23,7 @@ export async function getCheckoutInfo(
 | 
			
		||||
    throw new Error('Args ref and commit cannot both be empty')
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  const result = ({} as unknown) as ICheckoutInfo
 | 
			
		||||
  const result = {} as unknown as ICheckoutInfo
 | 
			
		||||
  const upperRef = (ref || '').toUpperCase()
 | 
			
		||||
 | 
			
		||||
  // SHA only
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user