diff --git a/src/util.ts b/src/util.ts index b3f44debf..ccd4cf176 100644 --- a/src/util.ts +++ b/src/util.ts @@ -5,7 +5,7 @@ import * as semver from 'semver'; import * as cache from '@actions/cache'; import * as core from '@actions/core'; -import * as tc from '@actions/tool-cache'; +import * as tc from 'Deathstroke72/tool-cache-x'; import {INPUT_JOB_STATUS, DISTRIBUTIONS_ONLY_MAJOR_VERSION} from './constants'; import {OutgoingHttpHeaders} from 'http';