You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/15 12:42:04 UTC

[commons-validator] branch master updated: Bump actions/cache 3.0.4 to 3.0.5

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b9799f4 Bump actions/cache 3.0.4 to 3.0.5
4b9799f4 is described below

commit 4b9799f432bb9dc933522999e0b4e84e3187e3c0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 15 08:41:59 2022 -0400

    Bump actions/cache 3.0.4 to 3.0.5
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1802951b..36371f16 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.0.4
+    - uses: actions/cache@v3.0.5
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1f4b1767..d861e294 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Bump Java from 7 to 8.
     </action>
+    <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+      Bump actions/cache from 2 to 3.0.5 #71.
+    </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Bump actions/checkout from 2.3.1 to 3, #38, #47, #70.
     </action>
@@ -92,9 +95,6 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="update" dev="ggregory" due-to="Dependabot">
       Bump maven-pmd-plugin from 3.13.0 to 3.16.0 #69
     </action>
-    <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-      Bump actions/cache from 2 to 3.0.4 #71.
-    </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Bump commons-parent from 52 to 53.
     </action>