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'