3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-27 15:26:38 +00:00

Work around upstream GitHub issue and update dependencies

This commit is contained in:
Arpad Borsos 2024-01-14 09:26:03 +01:00
parent a226033982
commit 378c8285a4
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
7 changed files with 5024 additions and 3682 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.2",
"@actions/cache": "^3.2.3",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
@ -33,7 +33,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"linefix": "^0.1.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"