Skip to content

Commit 3cd2df4

Browse files
authored
Merge pull request #2176 from kubernetes-client/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2.1.7 to 3
2 parents 40dd170 + 57de7ee commit 3cd2df4

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
@@ -38,7 +38,7 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: ${{ matrix.java }}
4040
- name: Cache local Maven repository
41-
uses: actions/cache@v2.1.7
41+
uses: actions/cache@v3
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
8383
distribution: 'temurin'
8484
java-version: 11.0.x
8585
- name: Cache local Maven repository
86-
uses: actions/cache@v2.1.7
86+
uses: actions/cache@v3
8787
with:
8888
path: ~/.m2/repository
8989
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)