File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const exec = __webpack_require__(1514);
1818const glob = __webpack_require__ ( 8090 ) ;
1919
2020const 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 ;
2222const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
2323const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
2424const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip' ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const exec = require('@actions/exec');
77const glob = require ( '@actions/glob' ) ;
88
99const 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 ;
1111const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
1212const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
1313const ormolu_macos_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-macOS.zip' ;
You can’t perform that action at this time.
0 commit comments