docs(ci): update setup action to state correct jdk version

This commit is contained in:
Georgi Boiko 2024-10-29 11:27:22 +02:00 committed by John Wu
parent 613f2d31c5
commit c661009b31

View File

@ -6,7 +6,7 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: "temurin"