You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
15
15
* Updated the minimum runner version support from node 12 -> node 16.
16
16
* Fixed avoiding empty cache save when no files are available for caching.
17
17
* 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
18
20
19
21
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
Copy file name to clipboardExpand all lines: RELEASES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,8 @@
17
17
- 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))
18
18
19
19
### 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