From 224a349c6c345907235116a725f1f2b983baa2c6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Aug 2026 03:54:05 +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