Skip to content

Commit

Permalink
Merge branch 'pr-239'
Browse files Browse the repository at this point in the history
This closes #239
  • Loading branch information
kinow committed May 28, 2021
2 parents 0f54cb2 + 0e27058 commit 7d8b979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -250,7 +250,7 @@
Migrate assert to Assertions #209.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
Bump actions/cache from v2 to v2.1.5 #214 #225.
Bump actions/cache from v2 to v2.1.6 #214 #225 #239.
</action>
<action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
Expand Down

0 comments on commit 7d8b979

Please sign in to comment.