Upgrade @actions/cache to 4.0.0

This commit is contained in:
Bassem Dghaidi 2024-12-04 11:32:28 -08:00 committed by GitHub
parent 6849a64899
commit 4bc41c01bd
6 changed files with 37746 additions and 3732 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.1.2",
"version": "4.2.0",
"private": true,
"description": "Cache dependencies and build outputs",
"main": "dist/restore/index.js",
@ -23,7 +23,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.3",
"@actions/cache": "^4.0.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"