Bump actions/setup-java from v1.4.3 to v2.
Update changes.xml for recent PRs.
This commit is contained in:
parent
9723b57f3b
commit
6ad3961b3f
|
@ -29,7 +29,6 @@ jobs:
|
|||
include:
|
||||
- java: 17-ea
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/cache@v2.1.5
|
||||
|
@ -39,8 +38,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 -Ddoclint=all --file pom.xml --no-transfer-progress
|
||||
|
|
|
@ -55,7 +55,11 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use EnumUtils.getFirstEnumIgnoreCase(Class, String, Function, E).</action>
|
||||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use Suppliers.</action>
|
||||
<!-- UPDATE -->
|
||||
<action type="add" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2 #735.</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2 #735.</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">Bump Bump actions/cache from v2.1.4 to v2.1.5 #742.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from v1.4.3 to v2.</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs from 4.2.2 to 4.2.3 #744.</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 8.41 to 8.41.1 #739.</action>
|
||||
</release>
|
||||
|
||||
<release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">
|
||||
|
|
Loading…
Reference in New Issue