From 4a473e6120c6242a6c9448d289bf212431cf3b93 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 25 Mar 2022 07:56:16 -0700 Subject: [PATCH] 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 53f3e2835..db40e6635 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -275,7 +275,7 @@ Migrate assert to Assertions #209. - 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. Add and use CollectionUtils.INDEX_NOT_FOUND constant.