Skip to content

Commit

Permalink
Update check_doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blazeboy75 authored Oct 1, 2024
1 parent 83e108b commit 7950ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- name: Install dependencies
run: sudo apt-get install -y graphviz
Expand All @@ -48,4 +48,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 7950ece

Please sign in to comment.