diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ec012c0..597e05e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: distribution: "temurin" - name: Install and run linter over tests run: | - npm install google-java-format@2.3.0 + npm install google-java-format@2.2.0 npx google-java-format --set-exit-if-changed -i $(git ls-files src/test/\*.java) - name: Cache local Maven repository uses: actions/cache@v4