mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses
This commit is contained in:
parent
0ad4b8fada
commit
9c1e94e0ad
50 changed files with 33279 additions and 23501 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue