Update tool-cache to 1.3.1

This commit is contained in:
Kristofer Borgström (pnf370)
2021-06-11 16:41:30 +02:00
parent 3c9ddfb1c6
commit dfb5e9e0e2
33 changed files with 4737 additions and 91 deletions

2
node_modules/@actions/http-client/proxy.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
export declare function getProxyUrl(reqUrl: URL): URL | undefined;
export declare function checkBypass(reqUrl: URL): boolean;