From 8bcca07ca19784173cf0c88e15caffda4d80e7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:42:05 +0000 Subject: [PATCH] Bump jrouly/scalafmt-native-action from 2 to 3 Bumps [jrouly/scalafmt-native-action](https://github.com/jrouly/scalafmt-native-action) from 2 to 3. - [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/v2...v3) --- 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 7087b77..4e64c4f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ 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.3' arguments: '--list --mode diff-ref=origin/main'