From 65dd816de1c1c6fc94d0885d009da0db1545df07 Mon Sep 17 00:00:00 2001 From: Rasmus Lerchedahl Petersen Date: Wed, 9 Oct 2024 17:07:00 +0200 Subject: [PATCH] remove unused import --- src/init-action.ts | 1 - 1 file changed, 1 deletion(-) 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 {