3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-12-25 14:26:57 +00:00

Merge tag 'v4.3.0' into fix/v4.3.0

This commit is contained in:
Cyril Rohr 2025-10-14 21:00:46 +02:00
commit e4dd9efd22
No known key found for this signature in database
49 changed files with 1935 additions and 14439 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cache",
"version": "4.2.3",
"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.3",
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
@ -51,4 +51,4 @@
"ts-jest": "^28.0.8",
"typescript": "^4.9.3"
}
}
}