Skip to content

Commit 1c296b3

Browse files
Merge pull request #57 from TheDudeFromCI/renovate/actions-cache-2.x
Update actions/cache action to v2
2 parents 6c6c2f7 + ff6646b commit 1c296b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
architecture: x64
3030

3131
- name: Cache maven build
32-
uses: actions/cache@v1
32+
uses: actions/cache@v2
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -79,7 +79,7 @@ jobs:
7979
architecture: x64
8080

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

0 commit comments

Comments
 (0)