Skip to content

Commit ea13ac3

Browse files
authored
Bump node version for setup,sign and verify action to 24 (#96)
1 parent 5dcd38d commit ea13ac3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ inputs:
5757
"Set to `false` to disable reporting of CPU/RAM/time scan statistics via `time -v`."
5858
default: true
5959
runs:
60-
using: "node16"
60+
using: "node24"
6161
main: "../dist/setup/index.js"

sign/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ inputs:
8484
description: >-
8585
"Set to a location on your GitHub runner to output the findings in SARIF format."
8686
runs:
87-
using: "node16"
87+
using: "node24"
8888
main: "../dist/sign/index.js"

verify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ inputs:
8080
description: >-
8181
"Set to a location on your GitHub runner to output the findings in SARIF format."
8282
runs:
83-
using: "node16"
83+
using: "node24"
8484
main: "../dist/verify/index.js"

0 commit comments

Comments
 (0)