From 4dc4012a91864d75bc76362e454e2055fd6ea67a Mon Sep 17 00:00:00 2001 From: moo Date: Wed, 13 May 2026 19:30:05 -0700 Subject: [PATCH] maybe fix? --- .github/workflows/autofmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofmt.yml b/.github/workflows/autofmt.yml index 7e7b981..449022c 100644 --- a/.github/workflows/autofmt.yml +++ b/.github/workflows/autofmt.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: '11' + java-version: '21' - uses: axel-op/googlejavaformat-action@v4 with: args: "--skip-sorting-imports --replace" -- 2.39.5