Skip to content

Commit d9ff5d6

Browse files
authored
Merge pull request #161 from AxonFramework/dependabot/github_actions/actions/cache-2.1.7
2 parents ff6fccb + 33eefb4 commit d9ff5d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
server-password: MAVEN_PASSWORD
3434

3535
- name: Cache .m2
36-
uses: actions/cache@v2.1.6
36+
uses: actions/cache@v2.1.7
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
server-password: MAVEN_PASSWORD
3030

3131
- name: Cache .m2
32-
uses: actions/cache@v2.1.6
32+
uses: actions/cache@v2.1.7
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)