mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 15:47:36 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v3.5.1
			...
			fhammerl/r
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | ed85399349 | 
| @@ -1,11 +1,5 @@ | |||||||
| # Changelog | # Changelog | ||||||
|  |  | ||||||
| ## v3.5.1 |  | ||||||
| - [Fix slow checkout on Windows](https://github.com/actions/checkout/pull/1246) |  | ||||||
|  |  | ||||||
| ## v3.5.0 |  | ||||||
| * [Add new public key for known_hosts](https://github.com/actions/checkout/pull/1237) |  | ||||||
|  |  | ||||||
| ## v3.4.0 | ## v3.4.0 | ||||||
| - [Upgrade codeql actions to v2](https://github.com/actions/checkout/pull/1209) | - [Upgrade codeql actions to v2](https://github.com/actions/checkout/pull/1209) | ||||||
| - [Upgrade dependencies](https://github.com/actions/checkout/pull/1210) | - [Upgrade dependencies](https://github.com/actions/checkout/pull/1210) | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "name": "checkout", |   "name": "checkout", | ||||||
|   "version": "3.5.1", |   "version": "3.6.0", | ||||||
|   "lockfileVersion": 2, |   "lockfileVersion": 2, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "checkout", |       "name": "checkout", | ||||||
|       "version": "3.5.1", |       "version": "3.6.0", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/core": "^1.10.0", |         "@actions/core": "^1.10.0", | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "checkout", |   "name": "checkout", | ||||||
|   "version": "3.5.1", |   "version": "3.6.0", | ||||||
|   "description": "checkout action", |   "description": "checkout action", | ||||||
|   "main": "lib/main.js", |   "main": "lib/main.js", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user