From efdf435b25c9fbb4cb211d39f56d71b65e123d42 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 18 Aug 2023 14:20:24 +0200 Subject: [PATCH] Fix lint warning --- src/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index f8e4597..457ff13 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,3 @@ -import * as core from '@actions/core'; - export enum StableReleaseAlias { Stable = 'stable', OldStable = 'oldstable'