New release v11

This commit is contained in:
Mark Karpov 2023-03-20 22:34:34 +01:00
parent 2bf84706f6
commit eb399a5c4b
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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
@ -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