mirror of
https://gitea.com/actions/checkout.git
synced 2025-08-26 21:50:01 +08: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