New release v16

This commit is contained in:
Mark Karpov 2024-06-16 15:16:58 +02:00
parent 8a47a49f12
commit 71e9a598a0
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## Ormolu action v16
* Uses Ormolu 0.7.7.0 as the latest version. On MacOS runners aarch64
version of Ormolu will be used.
## Ormolu action v15 ## Ormolu action v15
* Uses Ormolu 0.7.4.0 as the latest version. * Uses Ormolu 0.7.4.0 as the latest version.

View File

@ -38,7 +38,7 @@ $ git config --global core.autocrlf false
In the simple case all you need to do is to add this step to your job: In the simple case all you need to do is to add this step to your job:
```yaml ```yaml
- uses: haskell-actions/run-ormolu@v15 - uses: haskell-actions/run-ormolu@v16
``` ```
However, if you are using a matrix, then it is more efficient to have a However, if you are using a matrix, then it is more efficient to have a
@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v15 - uses: haskell-actions/run-ormolu@v16
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: ormolu needs: ormolu