reverting cache 4.1.0 update

This commit is contained in:
Inaki Villar 2025-12-08 13:22:22 -08:00
parent cb020d87a3
commit b56d04c0c2
No known key found for this signature in database
GPG Key ID: 5FC01F55C699D1F0
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "4.0.0",
"@actions/cache": "4.1.0",
"@actions/cache": "4.0.5",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.1",
@ -83,9 +83,9 @@
}
},
"node_modules/@actions/cache": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.1.0.tgz",
"integrity": "sha512-z3Opg+P4Y7baq+g1dODXgdtsvPLSewr3ZKpp3U0HQR1A/vWCoJFS52XSezjdngo4SIOdR5oHtyK3a3Arar+X9A==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.0.5.tgz",
"integrity": "sha512-RjLz1/vvntOfp3FpkY3wB0MjVRbLq7bfQEuQG9UUTKwdtcYmFrKVmuD+9B6ADbzbkSfHM+dM4sMjdr3R4XIkFg==",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View File

@ -36,7 +36,7 @@
},
"dependencies": {
"@actions/artifact": "4.0.0",
"@actions/cache": "4.1.0",
"@actions/cache": "4.0.5",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.1",