Skip to content

Commit 71e9a59

Browse files
committed
New release v16
1 parent 8a47a49 commit 71e9a59

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Ormolu action v16
2+
3+
* Uses Ormolu 0.7.7.0 as the latest version. On MacOS runners aarch64
4+
version of Ormolu will be used.
5+
16
## Ormolu action v15
27

38
* Uses Ormolu 0.7.4.0 as the latest version.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
3838
In the simple case all you need to do is to add this step to your job:
3939

4040
```yaml
41-
- uses: haskell-actions/run-ormolu@v15
41+
- uses: haskell-actions/run-ormolu@v16
4242
```
4343
4444
However, if you are using a matrix, then it is more efficient to have a
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: haskell-actions/run-ormolu@v15
53+
- uses: haskell-actions/run-ormolu@v16
5454
build:
5555
runs-on: ubuntu-latest
5656
needs: ormolu

0 commit comments

Comments
 (0)