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


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

commit f758193f5a5716b4b61b096cd51fc8b779d892f9
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue May 31 16:39:01 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 0c013f67..cb36e245 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.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 29d8cbfa..696bfc73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump actions/checkout from 2.3.4 to 3 #109, #112, #134.
     </action>
     <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
-      Bump actions/cache from 2.1.6 to 3.0.2 #117, #138.
+      Bump actions/cache from 2.1.6 to 3.0.3 #117, #138.
     </action>
     <action dev="kinow" type="update" due-to="Gary Gregory">
       Bump actions/setup-java from 2 to 3.

Reply via email to