mirror of
				https://github.com/actions/cache.git
				synced 2025-11-03 23:28:36 +08:00 
			
		
		
		
	Prepare 4.1.0 release (#1464)
				
					
				
			This commit is contained in:
		
							parent
							
								
									a11fb02296
								
							
						
					
					
						commit
						2cdf405574
					
				| 
						 | 
				
			
			@ -1,5 +1,9 @@
 | 
			
		|||
# Releases
 | 
			
		||||
 | 
			
		||||
### 4.1.0
 | 
			
		||||
- Ensure `cache-hit` output is set when a cache is missed - [#1404](https://github.com/actions/cache/pull/1404)
 | 
			
		||||
- Deprecate `save-always` input - [#1452](https://github.com/actions/cache/pull/1452)
 | 
			
		||||
 | 
			
		||||
### 4.0.2
 | 
			
		||||
 | 
			
		||||
- Fixed restore `fail-on-cache-miss` not working.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -1,12 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "cache",
 | 
			
		||||
  "version": "4.0.2",
 | 
			
		||||
  "version": "4.1.0",
 | 
			
		||||
  "lockfileVersion": 2,
 | 
			
		||||
  "requires": true,
 | 
			
		||||
  "packages": {
 | 
			
		||||
    "": {
 | 
			
		||||
      "name": "cache",
 | 
			
		||||
      "version": "4.0.2",
 | 
			
		||||
      "version": "4.1.0",
 | 
			
		||||
      "license": "MIT",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@actions/cache": "^3.2.3",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "cache",
 | 
			
		||||
  "version": "4.0.2",
 | 
			
		||||
  "version": "4.1.0",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "description": "Cache dependencies and build outputs",
 | 
			
		||||
  "main": "dist/restore/index.js",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user