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-build-plugin.git


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

commit 9e323e3f71c01d42ca840adee0838994386f5f05
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 06:51:50 2022 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0864aa3..45281d8 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 cef37dc..6897765 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,14 +37,17 @@
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/cache from 2 to 3.0.2, #25, #37, #51, #65.
       </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 maven-antrun-plugin from 1.8 to 3.0.0, #18.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-        Update spotbugs-maven-plugin from 4.1.3 to 4.6.0.0 #56, #58, #66.
+        Bump spotbugs-maven-plugin from 4.1.3 to 4.6.0.0 #56, #58, #66.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-        Update spotbugs from 4.1.3 to 4.6.0, #24, #26, #57, #63.
+        Bump spotbugs from 4.1.3 to 4.6.0, #24, #26, #57, #63.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump maven-plugin-plugin from 3.6.0 to 3.6.4, #33, #52, #61.

Reply via email to