Skip to content

Commit

Permalink
Use java 21 for running the dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 21, 2025
1 parent f97f2d4 commit be370c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkDependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Check ${{ matrix.bundles }}
Expand Down

0 comments on commit be370c0

Please sign in to comment.