Skip to content

Commit 4e1a87a

Browse files
committed
Update dist
1 parent 360237f commit 4e1a87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/cache-save/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46418,7 +46418,7 @@ const cachePackages = async (packageManager) => {
4641846418
return;
4641946419
}
4642046420
const cacheId = await cache.saveCache(cachePaths, primaryKey);
46421-
if (cacheId == -1) {
46421+
if (cacheId === -1) {
4642246422
// saveCache returns -1 without throwing when the cache was not saved, e.g.
4642346423
// a reserve collision or a read-only token (fork PR). @actions/cache has
4642446424
// already logged the reason at the appropriate severity, so just trace it.

0 commit comments

Comments
 (0)