1
0
mirror of https://gitea.com/actions/cache.git synced 2025-12-14 02:28:14 +07:00

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:
Salman Muin Kayser Chishti 2025-12-12 15:48:37 +00:00
parent ac7f1152ea
commit 74de208dcf
6 changed files with 76920 additions and 186672 deletions

File diff suppressed because one or more lines are too long

65695
dist/restore/index.js vendored

File diff suppressed because one or more lines are too long

65695
dist/save-only/index.js vendored

File diff suppressed because one or more lines are too long

65695
dist/save/index.js vendored

File diff suppressed because one or more lines are too long

810
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"