update dependencies, in particular @actions/cache

This commit is contained in:
Arpad Borsos
2024-12-28 08:36:36 +01:00
parent e8e63cdbf2
commit 4b1f006ad2
4 changed files with 19541 additions and 410 deletions

View File

@@ -23,7 +23,7 @@
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
"@actions/cache": "^3.2.4",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.5.0",
@@ -34,7 +34,7 @@
"@types/node": "^22.7.5",
"@vercel/ncc": "^0.38.2",
"linefix": "^0.1.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"