mirror of
				https://github.com/actions/cache.git
				synced 2025-10-23 08:56:26 +08:00 
			
		
		
		
	React to feeback and change to use 0.2.0 cache package
This commit is contained in:
		@@ -9,8 +9,8 @@ export enum Outputs {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export enum State {
 | 
			
		||||
    CacheKey = "CACHE_KEY",
 | 
			
		||||
    CacheResult = "CACHE_RESULT"
 | 
			
		||||
    CachePrimaryKey = "CACHE_KEY",
 | 
			
		||||
    CacheMatchedKey = "CACHE_RESULT"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export enum Events {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user