File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@v2
1414 - name : Setup java
15- uses : actions/setup-java@v2
15+ uses : actions/setup-java@v3
1616 with :
1717 java-version : ${{ matrix.java }}
1818 distribution : ' adopt'
Original file line number Diff line number Diff line change 77 - name : Checkout
88 uses : actions/checkout@v2
99 - name : Setup java
10- uses : actions/setup-java@v2
10+ uses : actions/setup-java@v3
1111 with :
1212 java-version : ' 8'
1313 distribution : ' adopt'
2121 - name : Checkout
2222 uses : actions/checkout@v2
2323 - name : Setup Maven Central
24- uses : actions/setup-java@v2
24+ uses : actions/setup-java@v3
2525 with :
2626 java-version : ' 8'
2727 distribution : ' adopt'
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v2
1212 - name : Setup java
13- uses : actions/setup-java@v2
13+ uses : actions/setup-java@v3
1414 with :
1515 java-version : ' 8'
1616 distribution : ' adopt'
2424 - name : Checkout
2525 uses : actions/checkout@v2
2626 - name : Setup Maven Central
27- uses : actions/setup-java@v2
27+ uses : actions/setup-java@v3
2828 with :
2929 java-version : ' 8'
3030 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments