Bump internal package @actions/cache version to fix #888 and #891 in actions/cache repo

This commit is contained in:
Lovepreet Singh
2022-08-13 18:46:24 +00:00
parent 8bd9e29d3c
commit d543359fab
4 changed files with 64 additions and 91 deletions

View File

@@ -80,4 +80,7 @@
- Added 1 hour timeout for the download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.3
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.4
- Fix zstd not working for windows on gnu tar in issues [#888](https://github.com/actions/cache/issues/888) and [#891](https://github.com/actions/cache/issues/891).