File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131 driver : docker
3232
3333 - name : Set up Java and Maven
34- uses : actions/setup-java@v2
34+ uses : actions/setup-java@v3
3535 with :
3636 java-version : 17
3737 distribution : temurin
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Set up Java and Maven
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v3
2020 with :
2121 distribution : temurin
2222 java-version : 17
4848 steps :
4949 - uses : actions/checkout@v3
5050 - name : Set up Java and Maven
51- uses : actions/setup-java@v2
51+ uses : actions/setup-java@v3
5252 with :
5353 distribution : temurin
5454 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020 if : ${{ startsWith(github.event.release.tag_name, 'v3.') }}
2121 - name : Set up Java and Maven
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v3
2323 with :
2424 java-version : 11
2525 distribution : temurin
5454 - uses : actions/checkout@v3
5555 if : ${{ startsWith(github.event.release.tag_name, 'v3.') }}
5656 - name : Set up Java and Maven
57- uses : actions/setup-java@v2
57+ uses : actions/setup-java@v3
5858 with :
5959 java-version : 11
6060 distribution : temurin
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v3
1818 - name : Set up Java and Maven
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v3
2020 with :
2121 distribution : temurin
2222 java-version : 11
2929 steps :
3030 - uses : actions/checkout@v3
3131 - name : Set up Java and Maven
32- uses : actions/setup-java@v2
32+ uses : actions/setup-java@v3
3333 with :
3434 distribution : temurin
3535 java-version : 11
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v3
2121 - name : Set up Java and Maven
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v3
2323 with :
2424 distribution : temurin
2525 java-version : 17
You can’t perform that action at this time.
0 commit comments