Update actions/cache to v5 in setup-java-maven workflow
This commit is contained in:
@@ -21,7 +21,7 @@ runs:
|
|||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
|
|
||||||
- name: Cache Maven Repository
|
- name: Cache Maven Repository
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user