1
0
Fork 0

update import

pull/1703/head
bethanyj28 2024-04-05 13:29:43 -04:00
parent 2be5f8ecbc
commit bdc03c1eea
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import * as stream from 'stream'
import * as util from 'util'
import {ok} from 'assert'
import {OutgoingHttpHeaders} from 'http'
import uuidV4 from 'uuid/v4'
import {v4 as uuidV4} from 'uuid'
import {exec} from '@actions/exec/lib/exec'
import {ExecOptions} from '@actions/exec/lib/interfaces'
import {RetryHelper} from './retry-helper'