Skip to content

Commit 759ee2f

Browse files
committed
Use Ormolu 0.7.4.0 as the latest version
1 parent 15db113 commit 759ee2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const exec = __webpack_require__(1514);
1818
const glob = __webpack_require__(8090);
1919

2020
const input_version = core.getInput('version');
21-
const ormolu_version = input_version === 'latest' ? '0.7.1.0' : input_version;
21+
const ormolu_version = input_version === 'latest' ? '0.7.4.0' : input_version;
2222
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip';
2323
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip';
2424
const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip';

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const exec = require('@actions/exec');
77
const glob = require('@actions/glob');
88

99
const input_version = core.getInput('version');
10-
const ormolu_version = input_version === 'latest' ? '0.7.1.0' : input_version;
10+
const ormolu_version = input_version === 'latest' ? '0.7.4.0' : input_version;
1111
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip';
1212
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip';
1313
const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip';

0 commit comments

Comments
 (0)