diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84fb5e0..9d60fd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: - ubuntu-20.04 - ubuntu-22.04 - ubuntu-24.04 - - windows-2019 - windows-2022 - macos-13 - macos-14 diff --git a/dist/index.js b/dist/index.js index f3cf21e..b87a0c3 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 }; @@ -4332,4 +4332,4 @@ const setup = __nccwpck_require__(7391); module.exports = __webpack_exports__; /******/ })() -; \ No newline at end of file +;