Skip to content

Commit

Permalink
Update actions/cache action to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 31, 2022
1 parent c1701b0 commit 5c910f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up cache for ~./m2/repository
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v2

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

0 comments on commit 5c910f8

Please sign in to comment.