File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Fourmolu action v7
2
+
3
+ * Uses Fourmolu 0.11.0.0
4
+
1
5
## Fourmolu action v6
2
6
3
7
* Uses Fourmolu 0.10.1.0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const tool_cache = __webpack_require__(7784);
20
20
const exec = __webpack_require__ ( 1514 ) ;
21
21
const glob = __webpack_require__ ( 8090 ) ;
22
22
23
- const fourmolu_version = '0.10.1 .0' ;
23
+ const fourmolu_version = '0.11.0 .0' ;
24
24
25
25
// XXX: These release binaries appear to be dynamically linked, so they may not
26
26
// run on some systems.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const tool_cache = require('@actions/tool-cache');
7
7
const exec = require ( '@actions/exec' ) ;
8
8
const glob = require ( '@actions/glob' ) ;
9
9
10
- const fourmolu_version = '0.10.1 .0' ;
10
+ const fourmolu_version = '0.11.0 .0' ;
11
11
12
12
// XXX: These release binaries appear to be dynamically linked, so they may not
13
13
// run on some systems.
You can’t perform that action at this time.
0 commit comments