Merge pull request #224 from kinow/update-setup-java
Update actions/setup-java to v2
This commit is contained in:
commit
e4e605f391
|
@ -39,8 +39,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v1.4.3
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build with Maven
|
||||
run: mvn -V package --file pom.xml --no-transfer-progress
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
Fix flaky UnmodifiableMultiValuedMapTest.
|
||||
</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot">
|
||||
Bump actions/setup-java from v1.4.0 to v1.4.3 #174 #177 #186.
|
||||
Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-764" dev="kinow" type="fix" due-to="XenoAmess">
|
||||
Refine javadoc and fix typos.
|
||||
|
|
Loading…
Reference in New Issue