Bump @actions/tool-cache to 2.0.0
This allows us to drop our direct dependency on `@actions/http-client`.
This commit is contained in:
parent
1fae5bf71b
commit
54b4854fda
64 changed files with 2252 additions and 99 deletions
2
node_modules/@actions/tool-cache/lib/tool-cache.js
generated
vendored
2
node_modules/@actions/tool-cache/lib/tool-cache.js
generated
vendored
|
|
@ -42,9 +42,9 @@ const httpm = __importStar(require("@actions/http-client"));
|
|||
const semver = __importStar(require("semver"));
|
||||
const stream = __importStar(require("stream"));
|
||||
const util = __importStar(require("util"));
|
||||
const assert_1 = require("assert");
|
||||
const v4_1 = __importDefault(require("uuid/v4"));
|
||||
const exec_1 = require("@actions/exec/lib/exec");
|
||||
const assert_1 = require("assert");
|
||||
const retry_helper_1 = require("./retry-helper");
|
||||
class HTTPError extends Error {
|
||||
constructor(httpStatusCode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue