Skip to content

Commit

Permalink
Merge pull request #57 from TheDudeFromCI/renovate/actions-cache-2.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v2
  • Loading branch information
TheDudeFromCI authored Oct 20, 2020
2 parents 6c6c2f7 + ff6646b commit 1c296b3
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 @@ -29,7 +29,7 @@ jobs:
architecture: x64

- name: Cache maven build
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
architecture: x64

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

0 comments on commit 1c296b3

Please sign in to comment.