mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
feat: update dependencies, node
This commit is contained in:
parent
0ec953ee6d
commit
29cb413d63
507 changed files with 84113 additions and 61309 deletions
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
|
@ -41,6 +41,12 @@ export interface DownloadOptions {
|
|||
* @default 30000
|
||||
*/
|
||||
timeoutInMs?: number;
|
||||
/**
|
||||
* Time after which a segment download should be aborted if stuck
|
||||
*
|
||||
* @default 3600000
|
||||
*/
|
||||
segmentTimeoutInMs?: number;
|
||||
}
|
||||
/**
|
||||
* Returns a copy of the upload options with defaults filled in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue