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 4a473e6 Bump actions/cache from 2.1.7 to 3 #294 4a473e6 is described below commit 4a473e6120c6242a6c9448d289bf212431cf3b93 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Mar 25 07:56:16 2022 -0700 Bump actions/cache from 2.1.7 to 3 #294 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 53f3e28..db40e66 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -275,7 +275,7 @@ Migrate assert to Assertions #209. </action> <action type="update" dev="kinow" due-to="Dependabot"> - Bump actions/cache from v2 to v2.1.7 #214 #225 #239 #266. + Bump actions/cache from 2 to 3 #214 #225 #239 #266 #294. </action> <action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory"> Add and use CollectionUtils.INDEX_NOT_FOUND constant.