1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-07-12 09:10:44 +00:00

Prepare 4.1.0 release

This commit is contained in:
Josh Gross 2024-10-03 15:16:00 -04:00
parent a11fb02296
commit 94afe8286c
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Releases
### 4.1.0
- Ensure `cache-hit` output is set when a cache is missed - [#1404](https://github.com/actions/cache/pull/1404)
- Deprecate `save-always` input - [#1452](https://github.com/actions/cache/pull/1452)
### 4.0.2
- Fixed restore `fail-on-cache-miss` not working.