diff --git a/src/utils/actionUtils.ts b/src/utils/actionUtils.ts index c97d94f..f6369fb 100644 --- a/src/utils/actionUtils.ts +++ b/src/utils/actionUtils.ts @@ -77,7 +77,7 @@ export function getCacheState(): ArtifactCacheEntry | undefined { return undefined; } -export function logWarning(message: string) { +export function logWarning(message: string): void { const warningPrefix = "[warning]"; core.info(`${warningPrefix}${message}`); }