Skip to content

Commit

Permalink
Update the readme (v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Sep 24, 2021
1 parent 57f6d39 commit f183b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and its formatted version.
In the simple case all you need to do is to add this step to your job:

```yaml
- uses: mrkkrp/ormolu-action@v3
- uses: mrkkrp/ormolu-action@v4
```
However, if you are using a matrix, then it is more efficient to have a
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mrkkrp/ormolu-action@v3
- uses: mrkkrp/ormolu-action@v4
build:
runs-on: ubuntu-latest
needs: ormolu
Expand Down

0 comments on commit f183b7e

Please sign in to comment.