Update check-jdk-updates.yml

Use latest jdk version for jdk check
This commit is contained in:
Armin Schrenk
2024-04-10 12:27:05 +02:00
committed by GitHub
parent 8ae80e2932
commit 3cdd352d39
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- cron: '0 0 1 * *' # run once a month at the first day of month
env:
JDK_VERSION: '21.0.1+12'
JDK_VERSION: '21.0.2+13'
JDK_VENDOR: zulu
jobs: