diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index fc510b6..028e10f 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Fix for incremental formatting - uses: actions/setup-java@v5 with: - java-version: '24' + java-version: '25' distribution: 'temurin' cache: maven - name: Run Format Check @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-java@v5 with: - java-version: '24' + java-version: '25' distribution: 'temurin' cache: maven - name: Run Unittests