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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 6dcc1cd Bump actions/cache from 2 to 3 #109
6dcc1cd is described below
commit 6dcc1cdd812704c7c6e7923d1ff760db49e4c4ee
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 25 08:30:48 2022 -0700
Bump actions/cache from 2 to 3 #109
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c136b1f..a0d065a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -114,6 +114,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump checkstyle from 8.37 to 9.2.1.
</action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump actions/cache from 2 to 3 #109.
+ </action>
</release>
<release version="1.7" date="2017-07-20" description="Bug fixes and
separate column & property handlers using SPI">