From c664ccf4af90d38d75a9c8cc9c731468f1a1e733 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 10 May 2024 21:45:52 +0100 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 12ea8ae3..7992a610 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,6 +20,6 @@ jobs: persist-credentials: false - name: Check project is formatted - uses: jrouly/scalafmt-native-action@v3 + uses: jrouly/scalafmt-native-action@v4 with: arguments: '--list --mode diff-ref=origin/main'