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