Skip to content

Commit

Permalink
Merge pull request #29 from AxonFramework/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-2.1.7

Bump actions/cache from 2.1.3 to 2.1.7
  • Loading branch information
lfgcampos authored Nov 23, 2021
2 parents 9bcad04 + bd9a4ef commit 66147f2
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 @@ -27,7 +27,7 @@ jobs:
server-password: MAVEN_PASSWORD

- name: Cache .m2
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 66147f2

Please sign in to comment.