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


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

commit af2f6ddd98ee16a6cf13d0e51d8d4eabbd496f62
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 06:55:07 2022 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index be0d6a3bd..9726de891 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: adopt
         java-version: ${{ matrix.java }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f57acec95..110db3641 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -129,8 +129,17 @@
       Add singleton ObjectToStringComparator.INSTANCE.
     </action>
     <!-- UPDATE -->
+    <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
+      Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224.
+    </action>
+    <action type="update" dev="ggregory" due-to="Dependabot">
+      Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285.
+    </action>
+    <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
+      Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294.
+    </action>
     <action type="update" dev="kinow" due-to="Dependabot">
-      Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224.
+      Bump codecov/codecov-action from 2 to 3 #297.
     </action>
     <action issue="COLLECTIONS-737" dev="kinow" type="update" 
due-to="Prodigysov">
       Return 0 immediately if the given iterable is null in 
IterableUtils#size. Update tests.
@@ -238,9 +247,6 @@
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Update tests from commons-io:commons-io 2.6 to 2.11.0 #180.
     </action>
-    <action type="update" dev="ggregory" due-to="Dependabot">
-      Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285.
-    </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Update maven-pmd-plugin from 3.12.0 to 3.15.0 #167 #196 #253.
     </action>
@@ -274,9 +280,6 @@
     <action issue="COLLECTIONS-779" type="update" dev="ggregory" 
due-to="Arturo Bernal, Gary Gregory">
       Migrate assert to Assertions #209.
     </action>
-    <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
-      Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294.
-    </action>
     <action issue="COLLECTIONS-781" type="update" dev="ggregory" 
due-to="Arturo Bernal, Gary Gregory">
       Add and use CollectionUtils.INDEX_NOT_FOUND constant.
     </action>
@@ -295,9 +298,6 @@
     <action type="update" dev="ggregory" due-to="Dependabot">
       Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #286.
     </action>
-    <action type="update" dev="kinow" due-to="Dependabot">
-      Bump codecov/codecov-action from 2 to 3 #297.
-    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, 
Gary Gregory">

Reply via email to