Replace uuid with crypto.randomUUID()

This commit is contained in:
Kamat, Trivikram 2025-09-23 17:56:00 -07:00
parent 13427813f7
commit 34c363a48a
3 changed files with 3 additions and 19 deletions

View file

@ -36,8 +36,7 @@
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.2",
"semver": "^7.6.3",
"uuid": "^11.1.0"
"semver": "^7.6.3"
},
"devDependencies": {
"@types/jest": "^29.5.14",