File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v3
3030 - name : Set up JDK ${{ matrix.java }}
31- uses : actions/setup-java@v2
31+ uses : actions/setup-java@v3
3232 with :
3333 distribution : ' adopt'
3434 java-version : ${{ matrix.java }}
6161 - name : Gradle wrapper validation
6262 uses : gradle/wrapper-validation-action@v1
6363 - name : Set up JDK
64- uses : actions/setup-java@v2
64+ uses : actions/setup-java@v3
6565 with :
6666 distribution : ' adopt'
6767 java-version : ${{ matrix.java }}
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 persist-credentials : false # without this, all access tokens set later on will be ignored
102102 - name : Set up JDK
103- uses : actions/setup-java@v2
103+ uses : actions/setup-java@v3
104104 with :
105105 distribution : ' adopt'
106106 java-version : 11
You can’t perform that action at this time.
0 commit comments