mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 13:29:08 +08:00 
			
		
		
		
	Update action/core to 1.10.0 to fix deprecation warnings (#59)
* chore: update action/core to 1.10.0 * chore(lock): freshen
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							3360b50db7
						
					
				
				
					commit
					d01953a678
				
			@@ -7,7 +7,7 @@
 | 
				
			|||||||
    "start": "pnpm run build && sh ./run.sh"
 | 
					    "start": "pnpm run build && sh ./run.sh"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@actions/core": "^1.6.0",
 | 
					    "@actions/core": "^1.10.0",
 | 
				
			||||||
    "@types/expand-tilde": "^2.0.0",
 | 
					    "@types/expand-tilde": "^2.0.0",
 | 
				
			||||||
    "@types/fs-extra": "^9.0.13",
 | 
					    "@types/fs-extra": "^9.0.13",
 | 
				
			||||||
    "@types/js-yaml": "^4.0.5",
 | 
					    "@types/js-yaml": "^4.0.5",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										20
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
lockfileVersion: 5.4
 | 
					lockfileVersion: 5.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
specifiers:
 | 
					specifiers:
 | 
				
			||||||
  '@actions/core': ^1.6.0
 | 
					  '@actions/core': ^1.10.0
 | 
				
			||||||
  '@ts-schema-autogen/cli': ^0.1.2
 | 
					  '@ts-schema-autogen/cli': ^0.1.2
 | 
				
			||||||
  '@types/expand-tilde': ^2.0.0
 | 
					  '@types/expand-tilde': ^2.0.0
 | 
				
			||||||
  '@types/fs-extra': ^9.0.13
 | 
					  '@types/fs-extra': ^9.0.13
 | 
				
			||||||
@@ -16,7 +16,7 @@ specifiers:
 | 
				
			|||||||
  typescript: ^4.5.5
 | 
					  typescript: ^4.5.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
  '@actions/core': 1.6.0
 | 
					  '@actions/core': 1.10.0
 | 
				
			||||||
  '@types/expand-tilde': 2.0.0
 | 
					  '@types/expand-tilde': 2.0.0
 | 
				
			||||||
  '@types/fs-extra': 9.0.13
 | 
					  '@types/fs-extra': 9.0.13
 | 
				
			||||||
  '@types/js-yaml': 4.0.5
 | 
					  '@types/js-yaml': 4.0.5
 | 
				
			||||||
@@ -34,14 +34,15 @@ devDependencies:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
packages:
 | 
					packages:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /@actions/core/1.6.0:
 | 
					  /@actions/core/1.10.0:
 | 
				
			||||||
    resolution: {integrity: sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==}
 | 
					    resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==}
 | 
				
			||||||
    dependencies:
 | 
					    dependencies:
 | 
				
			||||||
      '@actions/http-client': 1.0.11
 | 
					      '@actions/http-client': 2.0.1
 | 
				
			||||||
 | 
					      uuid: 8.3.2
 | 
				
			||||||
    dev: false
 | 
					    dev: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /@actions/http-client/1.0.11:
 | 
					  /@actions/http-client/2.0.1:
 | 
				
			||||||
    resolution: {integrity: sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==}
 | 
					    resolution: {integrity: sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==}
 | 
				
			||||||
    dependencies:
 | 
					    dependencies:
 | 
				
			||||||
      tunnel: 0.0.6
 | 
					      tunnel: 0.0.6
 | 
				
			||||||
    dev: false
 | 
					    dev: false
 | 
				
			||||||
@@ -740,6 +741,11 @@ packages:
 | 
				
			|||||||
    engines: {node: '>= 4'}
 | 
					    engines: {node: '>= 4'}
 | 
				
			||||||
    dev: true
 | 
					    dev: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /uuid/8.3.2:
 | 
				
			||||||
 | 
					    resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
 | 
				
			||||||
 | 
					    hasBin: true
 | 
				
			||||||
 | 
					    dev: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /which-module/2.0.0:
 | 
					  /which-module/2.0.0:
 | 
				
			||||||
    resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=}
 | 
					    resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=}
 | 
				
			||||||
    dev: true
 | 
					    dev: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user