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 c09e8de8 Bump actions/cache from 3 to 3.0.2
c09e8de8 is described below

commit c09e8de8a0226ca288a9a7776f7d843ab610024e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 12 07:59:57 2022 -0400

    Bump actions/cache from 3 to 3.0.2
---
 .github/workflows/maven.yml |  2 +-
 src/changes/changes.xml     | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 370ce9cb..664ff7df 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v3
+    - uses: actions/cache@v3.0.2
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 569702b1..8a76c137 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,15 @@
         Start migration to JUnit 5 #93.
       </action>
       <!--  UPDATES -->
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Bump actions/cache from 2 to 3.0.2 #77, #89, #103, #111.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Update actions/checkout from 2.3.1 to 3 #33, #108.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Update actions/setup-java from 1.4.0 to 3 #35, #114.
+      </action>
       <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary 
Gregory">
         Update Apache Commons Collections from 4.3 to 4.4.
       </action>
@@ -114,12 +123,6 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update biz.aQute.bndlib from 5.1.0 to 6.2.0 #29, #45, #79, #109.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Update actions/checkout from 2.3.1 to 3 #33, #108.
-      </action>
-      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Update actions/setup-java from 1.4.0 to 3 #35, #114.
-      </action>
       <action dev="ggregory" type="update" due-to="melloware">
         Jacoco 0.8.6 for JDK15 support #55.
       </action>
@@ -129,9 +132,6 @@
       <action dev="ggregory" type="update" due-to="Arturo Bernal">
         Don't initialize variables to defaults #71.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump actions/cache from 2 to 3 #77, #89, #103, #111.
-      </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump junit-jupiter from 5.7.2 to 5.8.2 #113.
       </action>

Reply via email to