mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 06:44:02 +00:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									8c5bd0c82d
								
							
						
					
					
						commit
						d0a54b996c
					
				@ -14,7 +14,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
 | 
				
			|||||||
* Fixed download issue for files > 2GB during restore.
 | 
					* Fixed download issue for files > 2GB during restore.
 | 
				
			||||||
* Updated the minimum runner version support from node 12 -> node 16.
 | 
					* Updated the minimum runner version support from node 12 -> node 16.
 | 
				
			||||||
* Fixed avoiding empty cache save when no files are available for caching.
 | 
					* Fixed avoiding empty cache save when no files are available for caching.
 | 
				
			||||||
* Fixed tar creation error while trying to create tar with path has `~/` home folder on `ubuntu-latest`.
 | 
					* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
 | 
					Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -14,4 +14,4 @@
 | 
				
			|||||||
- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
 | 
					- Fixed avoiding empty cache save when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 3.0.4
 | 
					### 3.0.4
 | 
				
			||||||
- 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))
 | 
					- 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))
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user