@actions/cache
Advanced tools
Comparing version
@@ -216,3 +216,3 @@ "use strict"; | ||
if (!response.ok) { | ||
core.debug(`Cache not found for keys: ${keys.join(', ')}`); | ||
core.debug(`Cache not found for version ${request.version} of keys: ${keys.join(', ')}`); | ||
return undefined; | ||
@@ -219,0 +219,0 @@ } |
@@ -21,2 +21,3 @@ "use strict"; | ||
const cache_twirp_client_1 = require("../../generated/results/api/v1/cache.twirp-client"); | ||
const util_1 = require("./util"); | ||
/** | ||
@@ -81,2 +82,3 @@ * This class is a wrapper around the CacheServiceClientJSON class generated by Twirp. | ||
const body = JSON.parse(rawBody); | ||
(0, util_1.maskSecretUrls)(body); | ||
(0, core_1.debug)(`Body: ${JSON.stringify(body, null, 2)}`); | ||
@@ -83,0 +85,0 @@ if (this.isSuccessStatusCode(statusCode)) { |
{ | ||
"name": "@actions/cache", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"preview": true, | ||
@@ -52,2 +52,3 @@ "description": "Actions cache lib", | ||
"devDependencies": { | ||
"@types/node": "^22.13.9", | ||
"@types/semver": "^6.0.0", | ||
@@ -54,0 +55,0 @@ "typescript": "^5.2.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
332514
1.72%63
5%4868
2.42%3
50%