Merge pull request #224 from kinow/update-setup-java

Update actions/setup-java to v2
This commit is contained in:
Bruno P. Kinoshita 2021-04-09 17:55:31 +12:00 committed by GitHub
commit e4e605f391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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.