diff --git a/action.yml b/action.yml index 266142c..2317be0 100644 --- a/action.yml +++ b/action.yml @@ -13,5 +13,5 @@ outputs: gomplate-version: description: The installed Gomplate version. Useful when given a version range as input. runs: - using: 'node16' - main: 'dist/index.js' \ No newline at end of file + using: 'node20' + main: 'dist/index.js'