bump @actions/cache to v4.0.1

This commit is contained in:
Rob Herley 2025-02-14 13:20:28 -05:00
parent 9fa7e61ec7
commit 710893c236
No known key found for this signature in database
GPG key ID: D1602042C3543B06
8 changed files with 87 additions and 11831 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",
"@actions/cache": "^4.0.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
@ -48,4 +48,4 @@
"ts-jest": "^28.0.8",
"typescript": "^4.9.3"
}
}
}