update gh actions' jdk

This commit is contained in:
2025-03-23 20:54:07 +03:00
parent 3fdb574971
commit 9e301af076
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: set up JDK 17
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle