From dcf82d129c20fdf3286d28cdf086e311c4455c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:52:43 +0000 Subject: [PATCH] Bump jrouly/scalafmt-native-action from 3 to 4 Bumps [jrouly/scalafmt-native-action](https://github.com/jrouly/scalafmt-native-action) from 3 to 4. - [Release notes](https://github.com/jrouly/scalafmt-native-action/releases) - [Changelog](https://github.com/jrouly/scalafmt-native-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jrouly/scalafmt-native-action/compare/v3...v4) --- updated-dependencies: - dependency-name: jrouly/scalafmt-native-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c7698ac..7c2a7eb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,6 +18,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'