Skip to content

Commit 4fedf47

Browse files
committed
cache: prep v4.0.2 release
1 parent 1b9063e commit 4fedf47

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.0.2
4+
5+
- Wrap create failures in ReserveCacheError [#1966](https://github.com/actions/toolkit/pull/1966)
6+
37
### 4.0.1
48

59
- Remove runtime dependency on `twirp-ts` [#1947](https://github.com/actions/toolkit/pull/1947)

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.1",
3+
"version": "4.0.2",
44
"preview": true,
55
"description": "Actions cache lib",
66
"keywords": [

0 commit comments

Comments
 (0)