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/08/05 12:30:29 UTC

[commons-collections] branch master updated: Bump actions/cache from 3.0.5 to 3.0.6

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 b12db4305 Bump actions/cache from 3.0.5 to 3.0.6
b12db4305 is described below

commit b12db43052010f404d68b555ee33a2ae2cbdc0e6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 5 08:30:24 2022 -0400

    Bump actions/cache from 3.0.5 to 3.0.6
---
 .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 6203ea808..ec1ccff4c 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.5
+    - uses: actions/cache@v3.0.6
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58b0b062e..63f368405 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -148,7 +148,7 @@
     </action>
     <!-- UPDATE -->
     <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
-      Bump actions/cache from 2 to 3.0.5 #214 #225 #239 #266 #294.
+      Bump actions/cache from 2 to 3.0.6 #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.