mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 00:03:35 +00:00 
			
		
		
		
	Release v3.5.3
This commit is contained in:
		
							parent
							
								
									d106d4669b
								
							
						
					
					
						commit
						98637d7db6
					
				@ -1,5 +1,10 @@
 | 
				
			|||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## v3.5.3
 | 
				
			||||||
 | 
					- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://github.com/actions/checkout/pull/1196)
 | 
				
			||||||
 | 
					- [Fix typos found by codespell](https://github.com/actions/checkout/pull/1287)
 | 
				
			||||||
 | 
					- [Add support for sparse checkouts](https://github.com/actions/checkout/pull/1369)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v3.5.2
 | 
					## v3.5.2
 | 
				
			||||||
- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
 | 
					- [Fix api endpoint for GHES](https://github.com/actions/checkout/pull/1289)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,12 +1,12 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "checkout",
 | 
					  "name": "checkout",
 | 
				
			||||||
  "version": "3.5.2",
 | 
					  "version": "3.5.3",
 | 
				
			||||||
  "lockfileVersion": 2,
 | 
					  "lockfileVersion": 2,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "packages": {
 | 
					  "packages": {
 | 
				
			||||||
    "": {
 | 
					    "": {
 | 
				
			||||||
      "name": "checkout",
 | 
					      "name": "checkout",
 | 
				
			||||||
      "version": "3.5.2",
 | 
					      "version": "3.5.3",
 | 
				
			||||||
      "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.2",
 | 
					  "version": "3.5.3",
 | 
				
			||||||
  "description": "checkout action",
 | 
					  "description": "checkout action",
 | 
				
			||||||
  "main": "lib/main.js",
 | 
					  "main": "lib/main.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user