File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v2
1515
1616 - name : Set up JDK 1.8
17- uses : actions/setup-java@v1
17+ uses : actions/setup-java@v2
1818 with :
1919 java-version : 1.8
2020
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212
1313 - name : Set up JDK 1.8
14- uses : actions/setup-java@v1
14+ uses : actions/setup-java@v2
1515 with :
1616 java-version : 1.8
1717
@@ -117,7 +117,7 @@ jobs:
117117 git pull
118118
119119 - name : Set up JDK 1.8 Apache Maven Central
120- uses : actions/setup-java@v1
120+ uses : actions/setup-java@v2
121121 with : # running setup-java again overwrites the settings.xml
122122 java-version : 1.8
123123 server-id : ossrh
@@ -147,7 +147,7 @@ jobs:
147147 git pull
148148
149149 - name : Set up JDK 1.8
150- uses : actions/setup-java@v1
150+ uses : actions/setup-java@v2
151151 with :
152152 java-version : 1.8
153153
@@ -192,7 +192,7 @@ jobs:
192192 git pull
193193
194194 - name : Setup - Java
195- uses : actions/setup-java@v1
195+ uses : actions/setup-java@v2
196196 with :
197197 java-version : 1.8
198198
You can’t perform that action at this time.
0 commit comments