Added release information

This commit is contained in:
Sankalp Kotewar 2022-08-09 16:48:03 +00:00
parent a404368986
commit 33a923d660
2 changed files with 5 additions and 1 deletions

View file

@ -21,4 +21,7 @@
### 3.0.6
- Fixed [#809](https://github.com/actions/cache/issues/809) - zstd -d: no such file or directory error
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
### 3.0.7
- Fixed [#810](https://github.com/actions/cache/issues/810) - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.