mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-03 23:20:54 +00:00 
			
		
		
		
	Prepare 4.1.0 release (#1496)
This commit is contained in:
		
					parent
					
						
							
								c533a0a4cf
							
						
					
				
			
			
				commit
				
					
						8ade135a41
					
				
			
		
					 3 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,5 +1,8 @@
 | 
				
			||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## v4.1.0
 | 
				
			||||||
 | 
					- [Add support for partial checkout filters](https://github.com/actions/checkout/pull/1396)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## v4.0.0
 | 
					## v4.0.0
 | 
				
			||||||
- [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067)
 | 
					- [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067)
 | 
				
			||||||
- [Update to node20](https://github.com/actions/checkout/pull/1436)
 | 
					- [Update to node20](https://github.com/actions/checkout/pull/1436)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -1,12 +1,12 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "name": "checkout",
 | 
					  "name": "checkout",
 | 
				
			||||||
  "version": "4.0.0",
 | 
					  "version": "4.1.0",
 | 
				
			||||||
  "lockfileVersion": 2,
 | 
					  "lockfileVersion": 2,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "packages": {
 | 
					  "packages": {
 | 
				
			||||||
    "": {
 | 
					    "": {
 | 
				
			||||||
      "name": "checkout",
 | 
					      "name": "checkout",
 | 
				
			||||||
      "version": "4.0.0",
 | 
					      "version": "4.1.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": "4.0.0",
 | 
					  "version": "4.1.0",
 | 
				
			||||||
  "description": "checkout action",
 | 
					  "description": "checkout action",
 | 
				
			||||||
  "main": "lib/main.js",
 | 
					  "main": "lib/main.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue