Skip to content

Commit

Permalink
Use Ormolu 0.7.1.0 as the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 22, 2023
1 parent c5fd462 commit 64ac2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const exec = __webpack_require__(1514);
const glob = __webpack_require__(8090);

const input_version = core.getInput('version');
const ormolu_version = input_version === 'latest' ? '0.7.0.0' : input_version;
const ormolu_version = input_version === 'latest' ? '0.7.1.0' : input_version;
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip';
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip';
const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip';
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const exec = require('@actions/exec');
const glob = require('@actions/glob');

const input_version = core.getInput('version');
const ormolu_version = input_version === 'latest' ? '0.7.0.0' : input_version;
const ormolu_version = input_version === 'latest' ? '0.7.1.0' : input_version;
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip';
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip';
const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip';
Expand Down

0 comments on commit 64ac2f2

Please sign in to comment.