Skip to content

Commit 15b0083

Browse files
committed
New release v15
1 parent 759ee2f commit 15b0083

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Ormolu action v15
2+
3+
* Uses Ormolu 0.7.4.0 as the latest version.
4+
15
## Ormolu action v14
26

37
* Added the `mode` input. [PR

README.md

Lines changed: 3 additions & 3 deletions
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@v14
41+
- uses: haskell-actions/run-ormolu@v15
4242
```
4343
4444
However, if you are using a matrix, then it is more efficient to have a
@@ -49,8 +49,8 @@ jobs:
4949
ormolu:
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v3
53-
- uses: haskell-actions/run-ormolu@v14
52+
- uses: actions/checkout@v4
53+
- uses: haskell-actions/run-ormolu@v15
5454
build:
5555
runs-on: ubuntu-latest
5656
needs: ormolu

0 commit comments

Comments
 (0)