Skip to content

Commit

Permalink
Merge pull request #13 from codehaus-plexus/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-v2.1.3
  • Loading branch information
dependabot[bot] committed Nov 10, 2020
2 parents f6c5962 + 4e81dfd commit 1e7c1ea
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@v2.1.1
uses: actions/cache@v2.1.3
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 1e7c1ea

Please sign in to comment.