Skip to content

Commit

Permalink
Prepare for v4 release
Browse files Browse the repository at this point in the history
Update README with instructions to use v4.
  • Loading branch information
jrouly authored May 10, 2024
1 parent f323ab0 commit ea1422d
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 @@ -14,7 +14,7 @@ By using the native scalafmt image, this action typically completes in two to th
## Usage

```yaml
- uses: jrouly/scalafmt-native-action@v3
- uses: jrouly/scalafmt-native-action@v4
with:
# Optional: Which version of scalafmt-native to use.
# Default: Read from .scalafmt.conf, otherwise '3.7.17'.
Expand All @@ -34,7 +34,7 @@ If any non-conforming files are present, they will be printed and the command wi
Otherwise it will silently exit with success.

```yaml
- uses: jrouly/scalafmt-native-action@v3
- uses: jrouly/scalafmt-native-action@v4
```

#### OS compatibility
Expand Down

0 comments on commit ea1422d

Please sign in to comment.