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:50:33 +00:00
parent c20effb043
commit 67f9c2f5d8
4 changed files with 34758 additions and 93859 deletions

View file

@ -28,7 +28,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "file:../packages/cache",
"@actions/cache": "^5.0.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.1",