Skip to content

Commit 6849a64

Browse files
authored
Release 4.1.2 #1477
Prepare `4.1.2` release
2 parents acc9ae5 + 5a1720c commit 6849a64

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Releases
22

3+
### 4.1.2
4+
5+
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - [#1474](https://github.com/actions/cache/pull/1474)
6+
- Security fix: Bump braces from 3.0.2 to 3.0.3 - [#1475](https://github.com/actions/cache/pull/1475)
7+
38
### 4.1.1
9+
410
- Restore original behavior of `cache-hit` output - [#1467](https://github.com/actions/cache/pull/1467)
511

612
### 4.1.0
13+
714
- Ensure `cache-hit` output is set when a cache is missed - [#1404](https://github.com/actions/cache/pull/1404)
815
- Deprecate `save-always` input - [#1452](https://github.com/actions/cache/pull/1452)
916

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"private": true,
55
"description": "Cache dependencies and build outputs",
66
"main": "dist/restore/index.js",
@@ -48,4 +48,4 @@
4848
"ts-jest": "^28.0.8",
4949
"typescript": "^4.9.3"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)