Skip to content

Commit

Permalink
New release v16
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 16, 2024
1 parent 8a47a49 commit 71e9a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Ormolu action v16

* Uses Ormolu 0.7.7.0 as the latest version. On MacOS runners aarch64
version of Ormolu will be used.

## Ormolu action v15

* Uses Ormolu 0.7.4.0 as the latest version.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
In the simple case all you need to do is to add this step to your job:

```yaml
- uses: haskell-actions/run-ormolu@v15
- uses: haskell-actions/run-ormolu@v16
```
However, if you are using a matrix, then it is more efficient to have a
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v15
- uses: haskell-actions/run-ormolu@v16
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit 71e9a59

Please sign in to comment.