bump @actions/cache version

This commit is contained in:
Robert Michalak 2025-04-25 14:06:38 +02:00
parent 54cb141c5c
commit 753bb38b8f
4 changed files with 172 additions and 97 deletions

View file

@ -22,8 +22,8 @@
"start": "npm run build && node dist/setup/index.js"
},
"dependencies": {
"@actions/cache": "^3.1.4",
"@actions/core": "^1.10.0",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",