File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20- - name : Set up JDK 11
20+ - name : Set up JDK
2121 uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
2222 with :
23- java-version : ' 11 '
23+ java-version : ' 21 '
2424 distribution : ' temurin'
2525 cache : maven
2626 - name : Build with Maven
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18- - name : Set up JDK 11
18+ - name : Set up JDK
1919 uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
2020 with :
21- java-version : ' 11 '
21+ java-version : ' 21 '
2222 distribution : ' temurin'
2323 cache : maven
2424 - name : Build with Maven
You can’t perform that action at this time.
0 commit comments