From 31da19523dfb846f339f398404e2a8c5ec3d4022 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari <64764738+tiwarishub@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:27:12 +0530 Subject: [PATCH] Update actionUtils.test.ts --- __tests__/actionUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/actionUtils.test.ts b/__tests__/actionUtils.test.ts index 8408ce0..e36a6a5 100644 --- a/__tests__/actionUtils.test.ts +++ b/__tests__/actionUtils.test.ts @@ -1,5 +1,5 @@ -import * as core from "@actions/core"; import * as cache from "@actions/cache"; +import * as core from "@actions/core"; import { Events, Outputs, RefKey, State } from "../src/constants"; import * as actionUtils from "../src/utils/actionUtils";