Skip to content

Commit

Permalink
Merge pull request #93 from codehaus-plexus/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-v2.1.1
  • Loading branch information
dependabot[bot] committed Aug 26, 2020
2 parents cfd4fdf + 57d9e23 commit 04fcb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

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

0 comments on commit 04fcb7b

Please sign in to comment.