[BOT] update JSON schemas from SchemaStore (#1057)

Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-08-04 18:42:36 -04:00 committed by GitHub
parent cf0abd3da0
commit 8313c33d93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@
"using": {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing",
"description": "The application used to execute the code specified in `main`.",
"enum": ["node12", "node16", "node20"]
"enum": ["node12", "node16", "node20", "node24"]
},
"main": {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsmain",