diff --git a/setup/action.yml b/setup/action.yml index c795646..ab9dd48 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -57,5 +57,5 @@ inputs: "Set to `false` to disable reporting of CPU/RAM/time scan statistics via `time -v`." default: true runs: - using: "node16" + using: "node24" main: "../dist/setup/index.js" diff --git a/sign/action.yml b/sign/action.yml index bbaa2a9..72dfbd9 100644 --- a/sign/action.yml +++ b/sign/action.yml @@ -84,5 +84,5 @@ inputs: description: >- "Set to a location on your GitHub runner to output the findings in SARIF format." runs: - using: "node16" + using: "node24" main: "../dist/sign/index.js" diff --git a/verify/action.yml b/verify/action.yml index 71d0d5e..a5991de 100644 --- a/verify/action.yml +++ b/verify/action.yml @@ -80,5 +80,5 @@ inputs: description: >- "Set to a location on your GitHub runner to output the findings in SARIF format." runs: - using: "node16" + using: "node24" main: "../dist/verify/index.js"