File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : macos-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - name : Set up JDK 24
14- uses : actions/setup-java@v4
12+ - uses : actions/checkout@v5
13+ - name : Set up JDK 25
14+ uses : actions/setup-java@v5
1515 with :
1616 distribution : oracle
17- java-version : 24
17+ java-version : 25
1818
1919 - name : Cache Maven packages
2020 uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : macos-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
15- - name : Set up JDK 24
16- uses : actions/setup-java@v4
14+ - uses : actions/checkout@v5
15+ - name : Set up JDK 25
16+ uses : actions/setup-java@v5
1717 with :
18- java-version : 24
18+ java-version : 25
1919 distribution : oracle
2020
2121 - name : Cache Maven packages
You can’t perform that action at this time.
0 commit comments