Skip to content

Commit 40c2edd

Browse files
authored
Merge pull request #1735 from kubernetes-client/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2 parents 2b062eb + b643a6b commit 40c2edd

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
@@ -37,7 +37,7 @@ jobs:
3737
distribution: 'adopt'
3838
java-version: ${{ matrix.java }}
3939
- name: Cache local Maven repository
40-
uses: actions/[email protected].5
40+
uses: actions/[email protected].6
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
8383
distribution: 'adopt'
8484
java-version: 11.0.x
8585
- name: Cache local Maven repository
86-
uses: actions/[email protected].5
86+
uses: actions/[email protected].6
8787
with:
8888
path: ~/.m2/repository
8989
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)