fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix
Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob update that fixes the punycode deprecation warning on Node.js 24.
This commit is contained in:
Vendored
+19085
-46610
File diff suppressed because one or more lines are too long
Vendored
+19085
-46610
File diff suppressed because one or more lines are too long
Vendored
+19085
-46610
File diff suppressed because one or more lines are too long
Vendored
+19085
-46610
File diff suppressed because one or more lines are too long
Generated
+579
-231
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "file:../packages/cache",
|
"@actions/cache": "^5.0.1",
|
||||||
"@actions/core": "^2.0.0",
|
"@actions/core": "^2.0.0",
|
||||||
"@actions/exec": "^2.0.0",
|
"@actions/exec": "^2.0.0",
|
||||||
"@actions/io": "^2.0.0"
|
"@actions/io": "^2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user