Skip to content

Commit a0278f7

Browse files
committed
Update actions/setup-java to v2.
1 parent b70e177 commit a0278f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-maven-
4141
- name: Set up JDK ${{ matrix.java }}
42-
uses: actions/setup-java@v1.4.3
42+
uses: actions/setup-java@v2
4343
with:
44+
distribution: 'adopt'
4445
java-version: ${{ matrix.java }}
4546
- name: Build with Maven
4647
run: mvn -V --file pom.xml --no-transfer-progress

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
<action dev="ggregory" type="update" due-to="Dependabot">Update build actions/setup-java from v1.4.1 to v1.4.2 #60.</action>
4848
<action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
4949
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>
50-
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/setup-java from v1.4.2 to v1.4.3 #62.</action>
50+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.2 to v2 #62.</action>
5151
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/checkout from v2.3.2 to v2.3.4 #65.</action>
5252
<action issue="CODEC-295" dev="ggregory" type="update" due-to="Arturo Bernal">Minor improvements #67.</action>
5353
<action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.2.</action>

0 commit comments

Comments
 (0)