Skip to content

Commit 2cdf405

Browse files
authored
Prepare 4.1.0 release (#1464)
1 parent a11fb02 commit 2cdf405

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

RELEASES.md

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

3+
### 4.1.0
4+
- Ensure `cache-hit` output is set when a cache is missed - [#1404](https://github.com/actions/cache/pull/1404)
5+
- Deprecate `save-always` input - [#1452](https://github.com/actions/cache/pull/1452)
6+
37
### 4.0.2
48

59
- Fixed restore `fail-on-cache-miss` not working.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",

0 commit comments

Comments
 (0)