Skip to content

Commit 2b08dc1

Browse files
authored
Merge pull request #1958 from actions/robherley/cache/v4.0.1
Update manifests & release notes for cache v4.0.1
2 parents aad39a3 + 8fcec1f commit 2b08dc1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/cache/RELEASES.md

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

3+
### 4.0.1
4+
5+
- Remove runtime dependency on `twirp-ts` [#1947](https://github.com/actions/toolkit/pull/1947)
6+
- Cache miss as debug, not warning annotation [#1954](https://github.com/actions/toolkit/pull/1954)
7+
38
### 4.0.0
49

510
#### Important changes

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

0 commit comments

Comments
 (0)