Skip to content

Commit

Permalink
chore: update dailyclean-docker-images.yml pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Braffouo committed Dec 10, 2024
1 parent cec0ec8 commit 7dc9793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dailyclean-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 20
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '20'
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 7dc9793

Please sign in to comment.