Skip to content

Commit

Permalink
New release v13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 22, 2023
1 parent 64ac2f2 commit 51664d3
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 v13

* Uses Ormolu 0.7.1.0 as the latest version.

## Ormolu action v12

* Uses Ormolu 0.7.0.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 @@ -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@v12
- uses: haskell-actions/run-ormolu@v13
```
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@v12
- uses: haskell-actions/run-ormolu@v13
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit 51664d3

Please sign in to comment.