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


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

commit 1914e7daae2cb39451046e67b993c8ab77e34397
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 06:56:32 2022 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fcf26a5d..335caa8c 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 eb1a7a84..e869a189 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@
       <!-- UPDATE -->
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump actions/checkout from 2.3.4 to 3 #188, #195, 
#220.</action>
       <action                 type="update" dev="kinow" due-to="Dependabot, 
Gary Gregory">Bump actions/cache from 2.1.6 to 3.0.2 #196, #233.</action>
+      <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Bump actions/setup-java from 2 to 3.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, 
#207.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.2 #179, #186, 
#201.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump jmh-core from 1.32 to 1.34 #176, #208.</action>

Reply via email to