Compare commits
	
		
			2 Commits
		
	
	
		
			c30e6dcb11
			...
			v3.2.0-bet
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | ed5e94a5f5 | ||
|   | 6277f55919 | 
| @@ -49,3 +49,6 @@ | |||||||
|  |  | ||||||
| ### 3.1.0-beta.3 | ### 3.1.0-beta.3 | ||||||
| - Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows. | - Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows. | ||||||
|  |  | ||||||
|  | ### 3.2.0-beta.1 | ||||||
|  | - Added two new actions - [restore](restore/action.yml) and [save](save/action.yml) for granular control on cache. | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "name": "cache", |   "name": "cache", | ||||||
|   "version": "3.1.0-beta.3", |   "version": "3.2.0-beta.1", | ||||||
|   "lockfileVersion": 2, |   "lockfileVersion": 2, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "cache", |       "name": "cache", | ||||||
|       "version": "3.1.0-beta.3", |       "version": "3.2.0-beta.1", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/cache": "3.1.0-beta.3", |         "@actions/cache": "3.1.0-beta.3", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "cache", |   "name": "cache", | ||||||
|   "version": "3.1.0-beta.3", |   "version": "3.2.0-beta.1", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "description": "Cache dependencies and build outputs", |   "description": "Cache dependencies and build outputs", | ||||||
|   "main": "dist/restore/index.js", |   "main": "dist/restore/index.js", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user