1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-07-07 20:22:54 +00:00

Update dependencies manually

This commit is contained in:
Cory Miller 2024-04-23 18:47:09 +00:00
parent 37b082107b
commit 636bc90fe0
7 changed files with 33141 additions and 22041 deletions

View file

@ -8,7 +8,7 @@ import * as path from 'path'
import * as regexpHelper from './regexp-helper'
import * as stateHelper from './state-helper'
import * as urlHelper from './url-helper'
import {default as uuid} from 'uuid/v4'
import {v4 as uuid} from 'uuid'
import {IGitCommandManager} from './git-command-manager'
import {IGitSourceSettings} from './git-source-settings'