Skip to content

Commit

Permalink
New release v12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed May 18, 2023
1 parent ca54fc2 commit c5fd462
Show file tree
Hide file tree
Showing 2 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 @@
## Ormolu action v12

* Uses Ormolu 0.7.0.0 as the latest version.

## Ormolu action v11

* Added the `version` input which allows the user to select the Ormolu
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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@v11
- uses: haskell-actions/run-ormolu@v12
```
However, if you are using a matrix, then it is more efficient to have a
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-ormolu@v11
- uses: haskell-actions/run-ormolu@v12
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit c5fd462

Please sign in to comment.