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


The following commit(s) were added to refs/heads/master by this push:
     new 0568dd5  Bump actions/cache from 2.1.4 to 3.0.3
0568dd5 is described below

commit 0568dd5407c6474347676e35eae4ce4fae906898
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Tue May 31 17:05:22 2022 -0400

    Bump actions/cache from 2.1.4 to 3.0.3
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a965865..c3878d8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v2.1.4
+    - uses: actions/cache@v3.0.3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e75879..865a193 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -135,11 +135,14 @@ The <action> type attribute can be add,update,fix,remove.
         WebContext, ServletWebContext are now interfaces
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump actions/setup-java from 1.4.3 to 3.
+        Bump actions/checkout 2.3.4 to 3.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump actions/checkout 2.3.4 to 3.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump actions/setup-java from 1.4.3 to 3.
+      </action>
     </release>
 
     <release version="1.2" date="2008-06-02" description="OSGi enabled / minor 
bug fixes">

Reply via email to