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/06/07 17:52:47 UTC

[commons-collections] branch master updated: Bump actions/cache from 3.0.3 to 3.0.4

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 45b7ba382 Bump actions/cache from 3.0.3 to 3.0.4
45b7ba382 is described below

commit 45b7ba3825c253f58f8e642e2737ecef3f9cd374
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 13:52:42 2022 -0400

    Bump actions/cache from 3.0.3 to 3.0.4
---
 .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 d0860526e..bb2ebdbf8 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.3
+    - uses: actions/cache@v3.0.4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e8e1057c4..0baaa8c16 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -147,15 +147,15 @@
       Integrate Guava testlib tests.
     </action>
     <!-- UPDATE -->
+    <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
+      Bump actions/cache from 2 to 3.0.4 #214 #225 #239 #266 #294.
+    </action>
     <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
       Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224 #298.
     </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.3 #214 #225 #239 #266 #294.
-    </action>
     <action type="update" dev="kinow" due-to="Dependabot">
       Bump codecov/codecov-action from 2 to 3 #297.
     </action>