Skip to content

Commit eb655ac

Browse files
authored
Merge pull request #3002 from kubernetes-client/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents f132983 + 43d833a commit eb655ac

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@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -98,7 +98,7 @@ jobs:
9898
distribution: 'temurin'
9999
java-version: 17.0.x
100100
- name: Cache local Maven repository
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
path: ~/.m2/repository
104104
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)