Skip to content

Commit

Permalink
Merge pull request #8 from fourmolu/fourmolu-0.8.0.0
Browse files Browse the repository at this point in the history
Bump to using fourmolu-0.8.0.0
  • Loading branch information
cdepillabout authored Aug 9, 2022
2 parents e6c9392 + dee4c4a commit 0902b03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Fourmolu action v3

* Uses Fourmolu 0.8.0.0.

## Fourmolu action v2

* Uses Fourmolu 0.7.0.1.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tool_cache = __webpack_require__(7784);
const exec = __webpack_require__(1514);
const glob = __webpack_require__(8090);

const fourmolu_version = '0.7.0.1';
const fourmolu_version = '0.8.0.0';

// XXX: These release binaries appear to be dynamically linked, so they may not
// run on some systems.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const tool_cache = require('@actions/tool-cache');
const exec = require('@actions/exec');
const glob = require('@actions/glob');

const fourmolu_version = '0.7.0.1';
const fourmolu_version = '0.8.0.0';

// XXX: These release binaries appear to be dynamically linked, so they may not
// run on some systems.
Expand Down

0 comments on commit 0902b03

Please sign in to comment.