Skip to content

Commit c580990

Browse files
authored
Merge pull request #1643 from kubernetes-client/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents 0f78b73 + 1a0a266 commit c580990

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
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
java-version: ${{ matrix.java }}
3737
- name: Cache local Maven repository
38-
uses: actions/[email protected].4
38+
uses: actions/[email protected].5
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
java-version: 11.0.x
8282
- name: Cache local Maven repository
83-
uses: actions/[email protected].4
83+
uses: actions/[email protected].5
8484
with:
8585
path: ~/.m2/repository
8686
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)