1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-11 16:43:48 +08:00

Update dependencies manually

This commit is contained in:
Cory Miller
2024-04-23 18:47:09 +00:00
parent 37b082107b
commit 636bc90fe0
7 changed files with 33141 additions and 22041 deletions

View File

@@ -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()