mirror of
				https://github.com/actions/cache.git
				synced 2025-10-23 08:56:26 +08:00 
			
		
		
		
	Switch cache action to use the cache node package
This commit is contained in:
		@@ -19,19 +19,4 @@ export enum Events {
 | 
			
		||||
    PullRequest = "pull_request"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export enum CacheFilename {
 | 
			
		||||
    Gzip = "cache.tgz",
 | 
			
		||||
    Zstd = "cache.tzst"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export enum CompressionMethod {
 | 
			
		||||
    Gzip = "gzip",
 | 
			
		||||
    Zstd = "zstd"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Socket timeout in milliseconds during download.  If no traffic is received
 | 
			
		||||
// over the socket during this period, the socket is destroyed and the download
 | 
			
		||||
// is aborted.
 | 
			
		||||
export const SocketTimeout = 5000;
 | 
			
		||||
 | 
			
		||||
export const RefKey = "GITHUB_REF";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user