mirror of
https://github.com/actions/stale.git
synced 2025-12-20 06:42:15 +00:00
use highlevel actions cache api with key-prefix
This commit is contained in:
@@ -6,4 +6,6 @@ export const downloadFileFromActionsCache = (
|
||||
cacheKey: string,
|
||||
cacheVersion: string
|
||||
): Promise<void> =>
|
||||
cache.restoreCache([path.dirname(destFileName)], cacheKey) as Promise<void>;
|
||||
cache.restoreCache([path.dirname(destFileName)], cacheKey, [
|
||||
cacheKey
|
||||
]) as Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user