From 2fcb1c2f2ab87c60c2b5a239044e4afcc3e76b03 Mon Sep 17 00:00:00 2001
From: Vladimir Safonkin <vsafonkin@github.com>
Date: Fri, 1 Jul 2022 09:28:20 +0200
Subject: [PATCH] Build dist

---
 dist/cache-save/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js
index 1c5bf22..d5b8e75 100644
--- a/dist/cache-save/index.js
+++ b/dist/cache-save/index.js
@@ -60011,7 +60011,7 @@ const cachePackages = () => __awaiter(void 0, void 0, void 0, function* () {
         return;
     }
     const cacheId = yield cache.saveCache(cachePaths, primaryKey);
-    if (cacheId == -1) {
+    if (cacheId === -1) {
         return;
     }
     core.info(`Cache saved with the key: ${primaryKey}`);