Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vareb committed Nov 13, 2024
1 parent 05c4b29 commit 07efeb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11' # PlantUML requires Java; set up a compatible Java version.
distribution: 'temurin'
java-version: '21' # PlantUML requires Java; set up a compatible Java version.


- name: Download latest PlantUML release
run: |
Expand Down

0 comments on commit 07efeb8

Please sign in to comment.