mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-02 18:27:49 +00:00
Update dist
This commit is contained in:
Vendored
+1
-1
@@ -46538,7 +46538,7 @@ async function saveCache(packageManager) {
|
|||||||
core.info(`[warning]${message}`);
|
core.info(`[warning]${message}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (cacheId == -1) {
|
if (cacheId === -1) {
|
||||||
// saveCache returns -1 without throwing when the cache was not saved, e.g.
|
// 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
|
// 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.
|
// already logged the reason at the appropriate severity, so just trace it.
|
||||||
|
|||||||
Reference in New Issue
Block a user