mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
Update check-jdk-updates.yml
Use latest jdk version for jdk check
This commit is contained in:
parent
8ae80e2932
commit
3cdd352d39
2
.github/workflows/check-jdk-updates.yml
vendored
2
.github/workflows/check-jdk-updates.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user