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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 105590e  Bump actions/setup-java from v1.4.3 to 2.
105590e is described below

commit 105590e00a91feb7285f0eca9192cde06697e30e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 15 09:51:24 2021 -0400

    Bump actions/setup-java from v1.4.3 to 2.
---
 .github/workflows/maven.yml | 3 ++-
 src/changes/changes.xml     | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 08d8b8e..1ae2f7e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -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 -e --file pom.xml --no-transfer-progress
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 34632dd..ada39a4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -114,8 +114,8 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/checkout from v2.3.1 to v2.3.4 #33.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Update actions/setup-java from v1.4.0 to v1.4.3 #35.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Update actions/setup-java from v1.4.0 to v2 #35.
       </action>
       <action dev="ggregory" type="update" due-to="melloware">
         Jacoco 0.8.6 for JDK15 support #55.

Reply via email to