Upgrade actions/cache to 4.1.0 and prepare 4.3.0 release

This commit is contained in:
Bassem Dghaidi
2025-09-24 06:24:25 -07:00
committed by GitHub
parent 638ed79f9d
commit 9fcad95d03
7 changed files with 167 additions and 59 deletions

View File

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