From e28d5ece509d26c4a7f162923c0c3bd3b43b22c5 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 8 Jan 2024 10:21:53 +1100 Subject: [PATCH] Update scalafmt-native github action and remove hardcoded version (cherry picked from commit a66000d0f481a71bf36ecb1cb24e97e25d7d0eaa) --- .github/workflows/format.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d6d14ff57..82469d9d8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,6 @@ jobs: persist-credentials: false - name: Check project is formatted - uses: jrouly/scalafmt-native-action@v2 + uses: jrouly/scalafmt-native-action@v3 with: - version: '3.7.11' arguments: '--list --mode diff-ref=origin/1.0.x'