From: moo Date: Thu, 14 May 2026 02:30:05 +0000 (-0700) Subject: maybe fix? X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=4dc4012a91864d75bc76362e454e2055fd6ea67a;p=FRC2027.git maybe fix? --- 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"