Skip to content

Commit 8313c33

Browse files
[BOT] update JSON schemas from SchemaStore (#1057)
Co-authored-by: woodruffw <[email protected]>
1 parent cf0abd3 commit 8313c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/zizmor/src/data/github-action.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"using": {
3333
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsusing",
3434
"description": "The application used to execute the code specified in `main`.",
35-
"enum": ["node12", "node16", "node20"]
35+
"enum": ["node12", "node16", "node20", "node24"]
3636
},
3737
"main": {
3838
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsmain",

0 commit comments

Comments
 (0)