Merge pull request #2132 from actions/Link-/cache-4.1.0

Prepare cache `v4.1.0` release
This commit is contained in:
Bassem Dghaidi
2025-09-24 14:35:45 +02:00
committed by GitHub
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/cache Releases
### 4.1.0
- Remove client side 10GiB cache size limit check & update twirp client [#2118](https://github.com/actions/toolkit/pull/2118)
### 4.0.5
- Reintroduce @protobuf-ts/runtime-rpc as a runtime dependency [#2113](https://github.com/actions/toolkit/pull/2113)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "4.0.5",
"version": "4.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "4.0.5",
"version": "4.1.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "4.0.5",
"version": "4.1.0",
"preview": true,
"description": "Actions cache lib",
"keywords": [