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@v4
1414 - name : Setup java
15- uses : actions/setup-java@v3
15+ uses : actions/setup-java@v4
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@v4
99 - name : Setup java
10- uses : actions/setup-java@v3
10+ uses : actions/setup-java@v4
1111 with :
1212 java-version : ' 11'
1313 distribution : ' adopt'
2121 - name : Checkout
2222 uses : actions/checkout@v4
2323 - name : Setup Maven Central
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 11'
2727 distribution : ' adopt'
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v4
1212 - name : Setup java
13- uses : actions/setup-java@v3
13+ uses : actions/setup-java@v4
1414 with :
1515 java-version : ' 11'
1616 distribution : ' adopt'
2424 - name : Checkout
2525 uses : actions/checkout@v4
2626 - name : Setup Maven Central
27- uses : actions/setup-java@v3
27+ uses : actions/setup-java@v4
2828 with :
2929 java-version : ' 11'
3030 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments