Release new actions/cache minor version

This commit is contained in:
Sampark Sharma
2022-12-22 07:35:02 +00:00
committed by GitHub
parent fd47902ff8
commit c76b5b3a03
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -100,3 +100,8 @@
### 3.1.0-beta.3
- Bug Fixes for fallback to gzip to restore old caches on windows and bsdtar if gnutar is not available.
### 3.1.0
- Update actions/cache on windows to use gnu tar and zstd by default
- Update actions/cache on windows to fallback to bsdtar and zstd if gnu tar is not available.
- Added support for fallback to gzip to restore old caches on windows.