Store restored keys in action state

This commit is contained in:
Michael B. Gale
2025-11-14 11:49:24 +00:00
parent 11889c27fd
commit 594c0cc369
5 changed files with 13 additions and 23 deletions
+2
View File
@@ -586,6 +586,8 @@ async function run() {
logger,
);
dependencyCachingStatus = dependencyCachingResult.statusReport;
config.dependencyCachingRestoredKeys =
dependencyCachingResult.restoredKeys;
}
// Suppress warnings about disabled Python library extraction.