File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - uses : actions/checkout@v6
12- - name : Set up JDK 21
12+ - name : Set up JDK
1313 uses : actions/setup-java@v5
1414 with :
15- java-version : ' 21 '
15+ java-version : ' 25 '
1616 distribution : ' corretto'
1717 cache : maven
1818 - name : Build
Original file line number Diff line number Diff line change 4141 - name : Set up JDK
4242 uses : actions/setup-java@v5
4343 with :
44- java-version : 17
45- distribution : temurin
44+ java-version : ' 25 '
45+ distribution : ' corretto '
4646 cache : ' maven'
4747 - name : Install Hugo CLI
4848 run : |
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-24.04
66 steps :
77 - uses : actions/checkout@v6
8- - name : Set up JDK 21
8+ - name : Set up JDK
99 uses : actions/setup-java@v5
1010 with :
11- java-version : ' 21 '
11+ java-version : ' 25 '
1212 distribution : ' corretto'
1313 cache : maven
1414 - name : Build
You can’t perform that action at this time.
0 commit comments