diff --git a/src/init-action.ts b/src/init-action.ts index 0efdb0703d..6300c472e1 100644 --- a/src/init-action.ts +++ b/src/init-action.ts @@ -65,7 +65,6 @@ import { getErrorMessage, } from "./util"; import { validateWorkflow } from "./workflow"; -import { isFeatureAvailable } from "@actions/cache"; /** Fields of the init status report that can be sent before `config` is populated. */ interface InitStatusReport extends StatusReportBase {