From 83ec8588193ef06a137ad7d4584549abf81e0d1b Mon Sep 17 00:00:00 2001 From: cbrgm Date: Fri, 16 Jul 2021 23:21:12 +0200 Subject: [PATCH] use latest as default version --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7df4611..34848f7 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: 'Version of eksctl' required: true - default: '0.56.0' + default: 'latest' outputs: eksctl-path: description: 'Path to the cached eksctl binary' @@ -12,4 +12,4 @@ branding: color: 'red' runs: using: 'node12' - main: 'lib/run.js' \ No newline at end of file + main: 'lib/run.js'