We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf8470 commit eb399a5Copy full SHA for eb399a5
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## Ormolu action v11
2
3
* Added the `version` input which allows the user to select the Ormolu
4
version explicitly. It defaults to the latest version known.
README.md
@@ -36,7 +36,7 @@ $ git config --global core.autocrlf false
36
In the simple case all you need to do is to add this step to your job:
37
38
```yaml
39
-- uses: mrkkrp/ormolu-action@v10
+- uses: mrkkrp/ormolu-action@v11
40
```
41
42
However, if you are using a matrix, then it is more efficient to have a
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v3
51
- - uses: mrkkrp/ormolu-action@v10
+ - uses: mrkkrp/ormolu-action@v11
52
build:
53
54
needs: ormolu
0 commit comments