From b14b2bd5f12727663658f55ff16b8198128f096c Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 19 Aug 2024 16:50:49 -0700 Subject: [PATCH] Update dist/index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ab2fde9..c7e308f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -81,7 +81,7 @@ module.exports = { const defaultPython = isWindows() ? "python" : "python3"; try { - const version = getInput("version", /^[\d.*]+$/, "0.*"); + const version = getInput("version", /^[\d.*]+$/, "1.*"); const command = getInput("command", /^cfn-lint\s || null/, null); const python = getInput("python", /^.+$/, defaultPython); return { version, command, python };