diff --git a/src/cache-utils.ts b/src/cache-utils.ts index 774e87b..ebea9a7 100644 --- a/src/cache-utils.ts +++ b/src/cache-utils.ts @@ -1,7 +1,5 @@ import * as core from '@actions/core'; import * as exec from '@actions/exec'; -import os from 'os'; -import path from 'path'; type SupportedPackageManagers = { [prop: string]: PackageManagerInfo;