From 71e9a598a0418f521508102528c6dd95915b62ef Mon Sep 17 00:00:00 2001 From: Mark Karpov Date: Sun, 16 Jun 2024 15:16:58 +0200 Subject: [PATCH] New release v16 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3390473..7a44c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Uses Ormolu 0.7.4.0 as the latest version. diff --git a/README.md b/README.md index 3ababf8..ade3090 100644 --- a/README.md +++ b/README.md @@ -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: ```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 @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haskell-actions/run-ormolu@v15 + - uses: haskell-actions/run-ormolu@v16 build: runs-on: ubuntu-latest needs: ormolu