Update @actions/cache and remove overrides
Now that `@actions/cache` has been updated, we can remove our manual overrides for vulnerable dependencies.
This commit is contained in:
parent
3ecf990cd2
commit
4db827f313
22 changed files with 236 additions and 66 deletions
5
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
5
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
|
|
@ -34,6 +34,11 @@ export interface DownloadOptions {
|
|||
* @default 8
|
||||
*/
|
||||
downloadConcurrency?: number;
|
||||
/**
|
||||
* Indicates whether to use Actions HttpClient with concurrency
|
||||
* for Azure Blob Storage
|
||||
*/
|
||||
concurrentBlobDownloads?: boolean;
|
||||
/**
|
||||
* Maximum time for each download request, in milliseconds (this
|
||||
* option only applies when using the Azure SDK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue