From dc6eab6194394e0119523369788b507096f923e2 Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Thu, 18 Jun 2026 15:55:40 -0700 Subject: [PATCH] Update 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 a9e0140a..18b4baa0 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -46538,7 +46538,7 @@ async function saveCache(packageManager) { core.info(`[warning]${message}`); return; } - if (cacheId == -1) { + if (cacheId === -1) { // saveCache returns -1 without throwing when the cache was not saved, e.g. // a reserve collision or a read-only token (fork PR). @actions/cache has // already logged the reason at the appropriate severity, so just trace it.