Release 3.1.0-beta.2 cache package

This commit is contained in:
Sampark Sharma
2022-12-08 07:13:15 +00:00
committed by GitHub
parent cb3dc49fec
commit 8e39d78020
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -93,4 +93,7 @@
- Added `@azure/abort-controller` to dependencies to fix compatibility issue with ESM [#1208](https://github.com/actions/toolkit/issues/1208)
### 3.1.0-beta.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))
- 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))
### 3.1.0-beta.2
- Added support for fallback to gzip to restore old caches on windows.