Skip to content

Commit

Permalink
fix: update java install in ci [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Nov 24, 2024
1 parent 7a2eab3 commit a7bfd0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'openjdk'
java-version: '22'
distribution: 'adopt'
cache: 'gradle'

# Download Detekt binary
- name: Download Detekt
Expand Down

0 comments on commit a7bfd0d

Please sign in to comment.