diff --git a/CHANGELOG.md b/CHANGELOG.md index 8770844..128f99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 8a4d9f7..3b13d05 100644 --- a/README.md +++ b/README.md @@ -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