diff --git a/src/dependency-caching.ts b/src/dependency-caching.ts index f5a2ada8f..819651670 100644 --- a/src/dependency-caching.ts +++ b/src/dependency-caching.ts @@ -181,7 +181,7 @@ export async function downloadDependencyCaches( return status; } -/** Enumerates possible outcomes for cache hits. */ +/** Enumerates possible outcomes for storing caches. */ export enum CacheStoreResult { /** We were unable to calculate a hash for the key. */ NoHash = "no-hash",