Skip to content

Commit

Permalink
update for NoteJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Feb 9, 2024
1 parent d37a326 commit 9795b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:

# Installs Java distribution for running the plantUML jar
- name: Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
check-latest: true

# Install graphviz for plantuml
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2

# Download plantUML jar
- name: Download plantuml file
Expand Down

0 comments on commit 9795b95

Please sign in to comment.