@actions/cache
Advanced tools
Comparing version 3.2.4 to 3.3.0
@@ -47,2 +47,3 @@ "use strict"; | ||
const io = __importStar(require("@actions/io")); | ||
const crypto = __importStar(require("crypto")); | ||
const fs = __importStar(require("fs")); | ||
@@ -52,3 +53,2 @@ const path = __importStar(require("path")); | ||
const util = __importStar(require("util")); | ||
const uuid_1 = require("uuid"); | ||
const constants_1 = require("./constants"); | ||
@@ -76,3 +76,3 @@ // From https://github.com/actions/toolkit/blob/main/packages/tool-cache/src/tool-cache.ts#L23 | ||
} | ||
const dest = path.join(tempDirectory, (0, uuid_1.v4)()); | ||
const dest = path.join(tempDirectory, crypto.randomUUID()); | ||
yield io.mkdirP(dest); | ||
@@ -79,0 +79,0 @@ return dest; |
{ | ||
"name": "@actions/cache", | ||
"version": "3.2.4", | ||
"version": "3.3.0", | ||
"preview": true, | ||
@@ -40,3 +40,3 @@ "description": "Actions cache lib", | ||
"dependencies": { | ||
"@actions/core": "^1.10.0", | ||
"@actions/core": "^1.11.1", | ||
"@actions/exec": "^1.0.1", | ||
@@ -49,10 +49,8 @@ "@actions/glob": "^0.1.0", | ||
"@azure/storage-blob": "^12.13.0", | ||
"semver": "^6.3.1", | ||
"uuid": "^3.3.3" | ||
"semver": "^6.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/semver": "^6.0.0", | ||
"@types/uuid": "^3.4.5", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
2
130154
- Removeduuid@^3.3.3
- Removeduuid@3.4.0(transitive)
Updated@actions/core@^1.11.1