Skip to content

Commit

Permalink
New release v11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Mar 20, 2023
1 parent 2bf8470 commit eb399a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## Ormolu action v11

* Added the `version` input which allows the user to select the Ormolu
version explicitly. It defaults to the latest version known.
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: mrkkrp/ormolu-action@v10
- uses: mrkkrp/ormolu-action@v11
```
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: mrkkrp/ormolu-action@v10
- uses: mrkkrp/ormolu-action@v11
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit eb399a5

Please sign in to comment.