diff --git a/action.yml b/action.yml index 8b15f62..44880f1 100644 --- a/action.yml +++ b/action.yml @@ -81,6 +81,6 @@ inputs: default: '' runs: - using: node20 + using: node24 main: 'dist/main/index.js' post: 'dist/post/index.js' diff --git a/attest/action.yml b/attest/action.yml index 3614706..c99ebd8 100644 --- a/attest/action.yml +++ b/attest/action.yml @@ -87,5 +87,5 @@ inputs: default: 'false' runs: - using: node20 + using: node24 main: 'dist/index.js'