Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-03-24 21:18:42 +00:00
parent 08e5c8d618
commit 5275714183
148 changed files with 4045 additions and 39247 deletions

View file

@ -213,7 +213,7 @@ function restoreCacheV2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
};
const response = yield twirpClient.GetCacheEntryDownloadURL(request);
if (!response.ok) {
core.debug(`Cache not found for keys: ${keys.join(', ')}`);
core.debug(`Cache not found for version ${request.version} of keys: ${keys.join(', ')}`);
return undefined;
}
core.info(`Cache hit for: ${request.key}`);