update dependency after merge from master

This commit is contained in:
Slawomir Jaranowski
2020-10-16 17:22:32 +02:00
parent ff8dced6da
commit 92800f80ea
25 changed files with 90 additions and 6509 deletions

5
node_modules/@actions/core/lib/utils.d.ts generated vendored Normal file
View File

@ -0,0 +1,5 @@
/**
* Sanitizes an input into a string so it can be passed into issueCommand safely
* @param input input to sanitize into a string
*/
export declare function toCommandValue(input: any): string;