Skip to content

Commit

Permalink
Merge pull request #169 from codehaus-plexus/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
slachiewicz committed Apr 18, 2021
2 parents 2c31a4d + dce7a9d commit 1094bda
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.4
uses: actions/cache@v2.1.5
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 1094bda

Please sign in to comment.