From 4e1a87a501d0302f99e30e2748568adcb388d09f Mon Sep 17 00:00:00 2001 From: Jason Ginchereau Date: Thu, 18 Jun 2026 15:55:36 -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 21808f96..950c4abd 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -46418,7 +46418,7 @@ const cachePackages = async (packageManager) => { return; } const cacheId = await cache.saveCache(cachePaths, primaryKey); - 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.