bump @actions/cache to v4.0.2

This commit is contained in:
Rob Herley 2025-02-27 10:09:28 -05:00
parent 387e18722e
commit 2f8e542082
No known key found for this signature in database
GPG key ID: D1602042C3543B06
6 changed files with 59 additions and 27 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "3.4.1",
"version": "3.4.3",
"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"