bump @actions/cache to v4.0.2, prep for v4.2.2 release

This commit is contained in:
Rob Herley 2025-02-26 12:45:56 -05:00
parent 7921ae235b
commit da26677639
No known key found for this signature in database
GPG key ID: D1602042C3543B06
8 changed files with 64 additions and 28 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.1",
"version": "4.2.2",
"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.1",
"@actions/cache": "^4.0.2",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"