From ea1422d0440e11a5cc53d2c6975d0ea9f0e59085 Mon Sep 17 00:00:00 2001 From: Michel Rouly Date: Fri, 10 May 2024 11:42:18 -0400 Subject: [PATCH] Prepare for v4 release Update README with instructions to use v4. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 860df99..95bc529 100644 --- a/README.md +++ b/README.md @@ -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'. @@ -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