From 588a59d2505ca47c2a9a80928308fb56be5b2316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:37:18 +0000 Subject: [PATCH] Bump autofix-ci/action Bumps [autofix-ci/action](https://github.com/autofix-ci/action) from 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef to 635ffb0c9798bd160680f18fd73371e355b85f27. - [Release notes](https://github.com/autofix-ci/action/releases) - [Commits](https://github.com/autofix-ci/action/compare/551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef...635ffb0c9798bd160680f18fd73371e355b85f27) --- updated-dependencies: - dependency-name: autofix-ci/action dependency-version: 635ffb0c9798bd160680f18fd73371e355b85f27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 4b869becf2ce..d521b958f9f3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -12,4 +12,4 @@ jobs: - run: | ./mill __.fix + mill.javalib.palantirformat.PalantirFormatModule/ + mill.scalalib.scalafmt.ScalafmtModule/scalafmt + mill.kotlinlib.ktlint.KtlintModule/ - - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef \ No newline at end of file + - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 \ No newline at end of file