From 59c7ebde7926a2c5e501952a567dacdf546ea5e2 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Wed, 24 Sep 2025 05:23:58 -0700 Subject: [PATCH] Prepapre cache v4.1.0 release --- packages/cache/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 74bb7fa5..d17465ec 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -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)