Update checked-in dependencies
This commit is contained in:
parent
4867598089
commit
80916e968c
33 changed files with 43 additions and 2418 deletions
3
node_modules/@actions/http-client/interfaces.d.ts
generated
vendored
3
node_modules/@actions/http-client/interfaces.d.ts
generated
vendored
|
|
@ -1,6 +1,5 @@
|
|||
/// <reference types="node" />
|
||||
import http = require('http');
|
||||
import url = require('url');
|
||||
export interface IHeaders {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
|
@ -27,7 +26,7 @@ export interface IHttpClientResponse {
|
|||
}
|
||||
export interface IRequestInfo {
|
||||
options: http.RequestOptions;
|
||||
parsedUrl: url.Url;
|
||||
parsedUrl: URL;
|
||||
httpModule: any;
|
||||
}
|
||||
export interface IRequestOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue