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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ on:
- cron: '0 0 1 * *' # run once a month at the first day of month - cron: '0 0 1 * *' # run once a month at the first day of month
env: env:
JDK_VERSION: '21.0.1+12' JDK_VERSION: '21.0.2+13'
JDK_VENDOR: zulu JDK_VENDOR: zulu
jobs: jobs: