Skip to content

Commit 33a923d

Browse files
committed
Added release information
1 parent a404368 commit 33a923d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
1717
* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
1818
* Fixed zstd failing on amazon linux 2.0 runners
1919
* Fixed cache not working with github workspace directory or current directory
20+
* Fixed the download stuck problem by introducing a timeout of 1 hour for cache downloads.
2021

2122
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
2223

RELEASES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@
2121

2222
### 3.0.6
2323
- Fixed [#809](https://github.com/actions/cache/issues/809) - zstd -d: no such file or directory error
24-
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
24+
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
25+
26+
### 3.0.7
27+
- 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.

0 commit comments

Comments
 (0)