toolkit
toolkit copied to clipboard
cache: bump uuid v8.3.2
When I install @actions/cache, I get the following warning.
% npm install @actions/cache
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
added 59 packages, and audited 60 packages in 8s
found 0 vulnerabilities
This pull request fixes it. ref. https://www.npmjs.com/package/uuid#upgrading-from-uuid3x
@actions/actions-cache for review here
hi, any updates?
https://github.com/actions/toolkit/pull/1824 fixes this. now closing.