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";