From 720ffe15f77bd914da65a6aa28c904bca759b88e Mon Sep 17 00:00:00 2001 From: Stephen McDonald Date: Fri, 26 Apr 2024 12:51:12 -0500 Subject: [PATCH] Update util.ts --- src/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';