Skip to content

Commit c3f1317

Browse files
authored
Merge pull request #813 from actions/users/kotewar/upgrading-cache-to-v2.0.6
Updated README file with release info
2 parents c9c0f73 + d0a54b9 commit c3f1317

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
1414
* Fixed download issue for files > 2GB during restore.
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.
17+
* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
1718

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

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
1515

1616
### 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

Comments
 (0)