Release compression related changes for windows

This commit is contained in:
Sampark Sharma 2022-12-23 05:59:01 +00:00 committed by GitHub
parent c17f4bf466
commit 95a9c77002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 962 additions and 422 deletions

View file

@ -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.
- Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows.