mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-12 03:16:42 +00:00
chore: update deps (#39)
This commit is contained in:
5
node_modules/@actions/tool-cache/lib/tool-cache.d.ts
generated
vendored
5
node_modules/@actions/tool-cache/lib/tool-cache.d.ts
generated
vendored
@@ -1,5 +1,6 @@
|
||||
/// <reference types="node" />
|
||||
import * as mm from './manifest';
|
||||
import { IHeaders } from '@actions/http-client/interfaces';
|
||||
import { OutgoingHttpHeaders } from 'http';
|
||||
export declare class HTTPError extends Error {
|
||||
readonly httpStatusCode: number | undefined;
|
||||
constructor(httpStatusCode: number | undefined);
|
||||
@@ -13,7 +14,7 @@ export declare class HTTPError extends Error {
|
||||
* @param headers other headers
|
||||
* @returns path to downloaded tool
|
||||
*/
|
||||
export declare function downloadTool(url: string, dest?: string, auth?: string, headers?: IHeaders): Promise<string>;
|
||||
export declare function downloadTool(url: string, dest?: string, auth?: string, headers?: OutgoingHttpHeaders): Promise<string>;
|
||||
/**
|
||||
* Extract a .7z file
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user