mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Release compression related changes for windows (#1039)
* Release compression related changes for windows * Update license
This commit is contained in:
parent
c17f4bf466
commit
9b0be58822
10 changed files with 963 additions and 423 deletions
|
@ -54,4 +54,9 @@
|
|||
- Added two new actions - [restore](restore/action.yml) and [save](save/action.yml) for granular control on cache.
|
||||
|
||||
### 3.2.0
|
||||
- Released the two new actions - [restore](restore/action.yml) and [save](save/action.yml) for granular control on cache
|
||||
- Released the two new actions - [restore](restore/action.yml) and [save](save/action.yml) for granular control on cache
|
||||
|
||||
### 3.2.1
|
||||
- Update `@actions/cache` on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. ([issue](https://github.com/actions/cache/issues/984))
|
||||
- Added support for fallback to gzip to restore old caches on windows.
|
||||
- Added logs for cache version in case of a cache miss.
|
Loading…
Add table
Add a link
Reference in a new issue