0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-10-09 16:21:56 +03:00

Replace uuid with crypto.randomUUID()

This commit is contained in:
Kamat, Trivikram 2025-09-23 19:00:12 -07:00
parent ff7abcd0c3
commit 0dcc70b094
4 changed files with 5 additions and 29 deletions

View file

@ -32,13 +32,11 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"uuid": "^9.0.1"
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^24.1.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/ncc": "^0.38.1",