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 v10
2
+
3
+ * Uses Ormolu 0.5.3.0.
4
+
1
5
## Ormolu action v9
2
6
3
7
* Uses Ormolu 0.5.2.0.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $ git config --global core.autocrlf false
35
35
In the simple case all you need to do is to add this step to your job:
36
36
37
37
``` yaml
38
- - uses : mrkkrp/ormolu-action@v9
38
+ - uses : mrkkrp/ormolu-action@v10
39
39
` ` `
40
40
41
41
However, if you are using a matrix, then it is more efficient to have a
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v3
50
- - uses : mrkkrp/ormolu-action@v9
50
+ - uses : mrkkrp/ormolu-action@v10
51
51
build :
52
52
runs-on : ubuntu-latest
53
53
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.2 .0' ;
20
+ const ormolu_version = '0.5.3 .0' ;
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.2 .0' ;
9
+ const ormolu_version = '0.5.3 .0' ;
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