This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 6ad3961 Bump actions/setup-java from v1.4.3 to v2. 6ad3961 is described below commit 6ad3961b3f84f71fa659fc5fd07a782884a38023 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 18 18:47:19 2021 -0400 Bump actions/setup-java from v1.4.3 to v2. Update changes.xml for recent PRs. --- .github/workflows/maven.yml | 4 ++-- src/changes/changes.xml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5a0dc84..f1d5f81 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b6ec5ba..76e176b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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).">