mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-06 00:39:28 +00:00
Bump actions/cache from 3 to 3.0.2
This commit is contained in:
parent
1b30597c2d
commit
d8e5038876
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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') }}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user