Merge pull request #194 from spring-cloud/dependabot/github_actions/main/actions/cache-4
Bump actions/cache from 2 to 4
This commit is contained in:
2
.github/workflows/maven.yaml
vendored
2
.github/workflows/maven.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
||||
Reference in New Issue
Block a user