Skip to content

Commit

Permalink
infra: Update google-java-format to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Nov 22, 2024
1 parent 59c7a63 commit 5a6a1ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-java-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 1.24.0
VERSION: 1.25.0

jobs:
test:
if: github.repository == 'checkstyle/checkstyle'
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'

- name: Checkout Pull Request Code
Expand Down

0 comments on commit 5a6a1ba

Please sign in to comment.