diff --git a/action.yml b/action.yml index 196ff76f..43394682 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ inputs: description: "The AWS KMS Key ARN to use to encrypt the key" default: "" runs: - using: "node16" + using: "node20" main: "index.js"