Skip to content

Commit eb399a5

Browse files
committed
New release v11
1 parent 2bf8470 commit eb399a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## Ormolu action v11
22

33
* Added the `version` input which allows the user to select the Ormolu
44
version explicitly. It defaults to the latest version known.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ git config --global core.autocrlf false
3636
In the simple case all you need to do is to add this step to your job:
3737

3838
```yaml
39-
- uses: mrkkrp/ormolu-action@v10
39+
- uses: mrkkrp/ormolu-action@v11
4040
```
4141
4242
However, if you are using a matrix, then it is more efficient to have a
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v3
51-
- uses: mrkkrp/ormolu-action@v10
51+
- uses: mrkkrp/ormolu-action@v11
5252
build:
5353
runs-on: ubuntu-latest
5454
needs: ormolu

0 commit comments

Comments
 (0)