Skip to content

Commit

Permalink
Merge pull request #163 from mojohaus/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-v2

Bump actions/cache from v1 to v2
  • Loading branch information
olamy authored Jul 17, 2020
2 parents 97c9f49 + 68f8cf5 commit 188acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up cache for ~./m2/repository
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 188acdf

Please sign in to comment.