Upgrade @action/cache from 4.0.2 to 4.0.3 (#1233)

This commit is contained in:
suyashgaonkar
2025-04-09 08:32:34 +05:30
committed by GitHub
parent ba23c1cb02
commit 816d9db1ab
4 changed files with 91 additions and 9 deletions

9
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "9.0.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.2",
"@actions/cache": "^4.0.3",
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"@octokit/core": "^4.2.0",
@@ -55,10 +55,9 @@
}
},
"node_modules/@actions/cache": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.0.2.tgz",
"integrity": "sha512-cBr7JL1q+JKjbBd3w3SZN5OQ1Xg+/D8QLMcE7MpgpghZlL4biBO0ZEeraoTxCZyfN0YY0dxXlLgsgGv/sT5BTg==",
"license": "MIT",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.0.3.tgz",
"integrity": "sha512-SvrqFtYJ7I48A/uXNkoJrnukx5weQv1fGquhs3+4nkByZThBH109KTIqj5x/cGV7JGNvb8dLPVywUOqX1fjiXg==",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.1",