Skip to content

Commit 318935e

Browse files
committed
Update README and RELEASES
1 parent 85efbb5 commit 318935e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
1515
* Updated the minimum runner version support from node 12 -> node 16.
1616
* Fixed avoiding empty cache save when no files are available for caching.
1717
* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
18+
* Fixed zstd failing on amazon linux 2.0 runners
19+
* Fixed cache not working with github workspace directory or current directory
1820

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

RELEASES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
- Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`. ([issue](https://github.com/actions/cache/issues/689))
1818

1919
### 3.0.5
20-
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ([PR](https://github.com/actions/cache/pull/834))
20+
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. ([PR](https://github.com/actions/cache/pull/834))
21+
22+
### 3.0.6
23+
- 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

0 commit comments

Comments
 (0)