1
0
Fork 0

removing deprecated call to uuidv4

pull/1477/head
Vallie Joseph 2023-07-31 20:12:33 +00:00
parent fca197519e
commit 20e4693a58
1 changed files with 2 additions and 1 deletions

View File

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