Skip to content

Commit

Permalink
Upgrade github actions cache to 2.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
  • Loading branch information
nikhilnanivadekar committed May 14, 2021
1 parent c65b2a4 commit 4f420f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
java-version: ${{ matrix.java-version }}
- name: Enable Maven Cache
uses: actions/cache@v1
uses: actions/cache@v2.1.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4f420f7

Please sign in to comment.