diff --git a/package-lock.json b/package-lock.json index f7c27b788..5d3c68fad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "@actions/glob": "^0.4.0", "@actions/http-client": "^2.2.1", "@actions/io": "^1.0.2", - "Deathstroke72/tool-cache-x": "^1.2.0", "semver": "^7.6.0", "xmlbuilder2": "^2.4.0" }, @@ -128,14 +127,6 @@ "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz", "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, - "node_modules/@actions/tool-cache/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", diff --git a/src/distributions/oracle/installer.ts b/src/distributions/oracle/installer.ts index ec0ab2157..6f0980c1c 100644 --- a/src/distributions/oracle/installer.ts +++ b/src/distributions/oracle/installer.ts @@ -1,5 +1,5 @@ import * as core from '@actions/core'; -import * as tc from '@actions/tool-cache'; +import * as tc from 'Deathstroke72/tool-cache-x'; import fs from 'fs'; import path from 'path';