mirror of https://github.com/actions/cache.git
fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation
This commit is contained in:
parent
a783357455
commit
b0f846b50b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^5.0.0",
|
||||
"@actions/cache": "file:../packages/cache",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/exec": "^2.0.0",
|
||||
"@actions/io": "^2.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue