File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## Ormolu action v7
2
+
3
+ * Uses Ormolu 0.5.0.1.
4
+
1
5
## Ormolu action v6
2
6
3
7
* Uses Ormolu 0.5.0.0.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $ git config --global core.autocrlf false
34
34
In the simple case all you need to do is to add this step to your job:
35
35
36
36
``` yaml
37
- - uses : mrkkrp/ormolu-action@v6
37
+ - uses : mrkkrp/ormolu-action@v7
38
38
` ` `
39
39
40
40
However, if you are using a matrix, then it is more efficient to have a
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- uses : actions/checkout@v2
49
- - uses : mrkkrp/ormolu-action@v6
49
+ - uses : mrkkrp/ormolu-action@v7
50
50
build :
51
51
runs-on : ubuntu-latest
52
52
needs : ormolu
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const tool_cache = __webpack_require__(7784);
17
17
const exec = __webpack_require__ ( 1514 ) ;
18
18
const glob = __webpack_require__ ( 8090 ) ;
19
19
20
- const ormolu_version = '0.5.0.0 ' ;
20
+ const ormolu_version = '0.5.0.1 ' ;
21
21
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
22
22
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
23
23
const 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 @@ -6,7 +6,7 @@ const tool_cache = require('@actions/tool-cache');
6
6
const exec = require ( '@actions/exec' ) ;
7
7
const glob = require ( '@actions/glob' ) ;
8
8
9
- const ormolu_version = '0.5.0.0 ' ;
9
+ const ormolu_version = '0.5.0.1 ' ;
10
10
const ormolu_linux_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Linux.zip' ;
11
11
const ormolu_windows_url = 'https://github.com/tweag/ormolu/releases/download/' + ormolu_version + '/ormolu-Windows.zip' ;
12
12
const 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