Update actions/cache action to v3
This commit is contained in:
committed by
Leonard Brünings
parent
b338e49f7d
commit
7cce46eaad
@@ -33,7 +33,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Cache local Maven repository
|
- name: Cache local Maven repository
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: test-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: test-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user