From 78738c7252f7ed82a522a4b30c5868122bb57686 Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii Date: Fri, 20 Jan 2023 01:54:31 +0100 Subject: [PATCH] build --- dist/setup/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 4a3c0dd4..61712724 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -65946,7 +65946,6 @@ class PipCache extends cache_distributor_1.default { return __awaiter(this, void 0, void 0, function* () { const hash = (yield glob.hashFiles(this.cacheDependencyPath)) || (yield glob.hashFiles(this.cacheDependencyBackupPath)); - core.info(`Cache key hash: ${hash}`); let primaryKey = ''; let restoreKey = ''; if (utils_1.IS_LINUX) {