From fc8ab412cf21cded42548df4ce814ebf261747e3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 1 Aug 2026 02:47:52 +0000 Subject: [PATCH] chore(deps): update axel-op/googlejavaformat-action action to v4 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2c88f621..8324424d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -50,7 +50,7 @@ jobs: distribution: temurin - name: Run formatter id: formatter - uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3 + uses: axel-op/googlejavaformat-action@c1134ebd196c4cbffb077f9476585b0be8b6afcd # v4.0.0 with: args: "--replace" skip-commit: true