File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 os : [ubuntu-latest]
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - name : Set up JDK 11
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v4
2323 with :
2424 java-version : ${{ matrix.java_version }}
2525 distribution : ' zulu'
2626 - name : Maven cache
27- uses : actions/cache@v2
27+ uses : actions/cache@v4
2828 env :
2929 cache-name : maven-cache
3030 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: JDK EA
44on :
55 workflow_dispatch :
66 schedule :
7- - cron : ' 12 8 * * 1,3, 5'
7+ - cron : ' 12 8 * * 5'
88
99jobs :
1010 build :
@@ -20,14 +20,14 @@ jobs:
2020 os : [ubuntu-latest]
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424 - name : Set up Java
2525 uses : oracle-actions/setup-java@v1
2626 with :
2727 website : jdk.java.net
2828 release : ${{ matrix.java_version }}
2929 - name : Maven cache
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 env :
3232 cache-name : maven-cache
3333 with :
You can’t perform that action at this time.
0 commit comments