Bump actions/cache from 3 to 3.0.2

This commit is contained in:
Gary Gregory 2022-04-12 08:05:35 -04:00
parent 1b30597c2d
commit d8e5038876
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/cache@v3.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

View File

@ -274,8 +274,8 @@
<action issue="COLLECTIONS-779" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
Migrate assert to Assertions #209.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
Bump actions/cache from 2 to 3 #214 #225 #239 #266 #294.
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2 to 3.0.2 #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.