mirror of
				https://gitee.com/actions-mirror/checkout.git
				synced 2025-11-04 11:11:18 +08:00 
			
		
		
		
	Prepare release v3.1.0 (#940)
* Prepare changelog for v3.1.0 * Bump package
This commit is contained in:
		
							parent
							
								
									6a84743051
								
							
						
					
					
						commit
						93ea575cb5
					
				@ -1,5 +1,9 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## v3.1.0
 | 
			
		||||
- [Use @actions/core `saveState` and `getState`](https://github.com/actions/checkout/pull/939)
 | 
			
		||||
- [Add `github-server-url` input](https://github.com/actions/checkout/pull/922)
 | 
			
		||||
 | 
			
		||||
## v3.0.2
 | 
			
		||||
- [Add input `set-safe-directory`](https://github.com/actions/checkout/pull/770)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "checkout",
 | 
			
		||||
  "version": "2.0.2",
 | 
			
		||||
  "version": "3.1.0",
 | 
			
		||||
  "lockfileVersion": 1,
 | 
			
		||||
  "requires": true,
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "checkout",
 | 
			
		||||
  "version": "2.0.2",
 | 
			
		||||
  "version": "3.1.0",
 | 
			
		||||
  "description": "checkout action",
 | 
			
		||||
  "main": "lib/main.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user