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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
14
14
* Fixed download issue for files > 2GB during restore.
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
+
* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
17
18
18
19
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
Copy file name to clipboardExpand all lines: RELEASES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@
14
14
- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
15
15
16
16
### 3.0.4
17
-
- Fixed tar creation error while trying to create tar with path has`~/` home folder on ubuntu-latest. ([issue](https://github.com/actions/cache/issues/689))
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))
0 commit comments