1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-08-08 15:24:50 +02:00

Prepare release 4.2.4

This commit is contained in:
Bassem Dghaidi 2025-08-07 04:25:55 -07:00 committed by GitHub
parent 358a7306cd
commit 374a27f269
10 changed files with 391 additions and 172 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.3",
"version": "4.2.4",
"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.4",
"@actions/cache": "^4.0.5",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
@ -32,7 +32,6 @@
"@types/jest": "^27.5.2",
"@types/nock": "^11.1.0",
"@types/node": "^16.18.3",
"@protobuf-ts/plugin": "^2.9.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.38.3",