Skip to content

Commit 3898ed7

Browse files
authored
Merge pull request #2132 from actions/Link-/cache-4.1.0
Prepare cache `v4.1.0` release
2 parents f58042f + 9a41b33 commit 3898ed7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/cache/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/cache Releases
22

3+
### 4.1.0
4+
5+
- Remove client side 10GiB cache size limit check & update twirp client [#2118](https://github.com/actions/toolkit/pull/2118)
6+
37
### 4.0.5
48

59
- Reintroduce @protobuf-ts/runtime-rpc as a runtime dependency [#2113](https://github.com/actions/toolkit/pull/2113)

packages/cache/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/cache",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"preview": true,
55
"description": "Actions cache lib",
66
"keywords": [

0 commit comments

Comments
 (0)