mirror of
https://github.com/Swatinem/rust-cache
synced 2026-02-27 21:45:43 +00:00
update dependencies, in particular @actions/cache
This commit is contained in:
parent
e8e63cdbf2
commit
4b1f006ad2
4 changed files with 19541 additions and 410 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue