Skip to content

Commit

Permalink
Update version in index.js (#420)
Browse files Browse the repository at this point in the history
* Update version in index.js

* Remove windows-2019 runner
  • Loading branch information
ScottBrenner authored Aug 11, 2024
1 parent adb118b commit c61207c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- windows-2019
- windows-2022
- macos-13
- macos-14
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down Expand Up @@ -4332,4 +4332,4 @@ const setup = __nccwpck_require__(7391);

module.exports = __webpack_exports__;
/******/ })()
;
;

0 comments on commit c61207c

Please sign in to comment.