mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 07:30:32 +00:00 
			
		
		
		
	Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses
This commit is contained in:
		| @@ -20,7 +20,7 @@ function updateUsage( | ||||
|   } | ||||
|  | ||||
|   // Load the action.yml | ||||
|   const actionYaml = yaml.safeLoad(fs.readFileSync(actionYamlPath).toString()) | ||||
|   const actionYaml = yaml.load(fs.readFileSync(actionYamlPath).toString()) | ||||
|  | ||||
|   // Load the README | ||||
|   const originalReadme = fs.readFileSync(readmePath).toString() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Cory Miller
					Cory Miller