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


The following commit(s) were added to refs/heads/master by this push:
     new 8c671743 Bump actions/setup-java from 2 to 3
8c671743 is described below

commit 8c671743178fcaac93cc4c80c128bbe4aef868e7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 06:57:44 2022 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ea624fed..2169c2de 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v2
+      uses: actions/setup-java@v3
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b5964c7..d6c3d3af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,15 @@ The <action> type attribute can be add,update,fix,remove.
         - See the JApiCmp report for the complete list.
       </action>
       <!-- UPDATES -->
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump actions/checkout from 2.3.4 to 3 #139, #143, #173.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump actions/cache from 2.1.6 to 3.0.2 #147, #176.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump actions/setup-java from 2 to 3.
+      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump checkstyle from 8.44 to 9.2.1 #121, #130, #149, #158.
       </action>
@@ -117,15 +126,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump japicmp-maven-plugin from 0.15.3 to 0.15.7 #137, #166, #174.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump actions/checkout from 2.3.4 to 3 #139, #143, #173.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.3.0 to 4.6.0.0 #140, #154, #161, 
#178.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Bump actions/cache from 2.1.6 to 3.0.2 #147, #176.
-      </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
         Bump h2 from 1.4.200 to 2.0.206 #153. Update SQL for migration from H2 
1.4.200 to 2.0.204 where "KEY" and "VALUE" are now reserved keywords.
       </action>

Reply via email to