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


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

commit 2792c4dbb5e8eaab519b934d5a1232b8db920cfa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 31 16:28:34 2022 -0400

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

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cb24fd6b..4f0a5895 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v3.0.2
+    - 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 9096959e..2e6ffdf3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- UPDATE -->
       <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, 
#62, #121.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump actions/checkout from 2.3.2 to 3 #65, #98, 
#114.</action>
-      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.2 #75, 
#99, #119.</action>
+      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.3 #75, 
#99, #119.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump commons-parent from 52 to 53.</action>
       <action issue="CODEC-285" dev="ggregory" type="update" 
due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.6.0 #76, 
#39.</action>
       <action                   dev="ggregory" type="update" due-to="Gary 
Gregory">Bump Java 7 to 8.</action>

Reply via email to