mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-10 18:36:42 +00:00
chore: update dependencies (#38)
This commit is contained in:
2
node_modules/@actions/io/lib/io.d.ts
generated
vendored
2
node_modules/@actions/io/lib/io.d.ts
generated
vendored
@@ -6,6 +6,8 @@ export interface CopyOptions {
|
||||
recursive?: boolean;
|
||||
/** Optional. Whether to overwrite existing files in the destination. Defaults to true */
|
||||
force?: boolean;
|
||||
/** Optional. Whether to copy the source directory along with all the files. Only takes effect when recursive=true and copying a directory. Default is true*/
|
||||
copySourceDirectory?: boolean;
|
||||
}
|
||||
/**
|
||||
* Interface for cp/mv options
|
||||
|
||||
Reference in New Issue
Block a user