node_modules: update

This commit is contained in:
Dawid Dziurla
2020-11-12 16:41:30 +01:00
parent a216fccde8
commit a90a5a21fa
12 changed files with 95 additions and 39 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;