Skip to content

Commit f44c0ea

Browse files
authored
Merge pull request #4471 from kubernetes-client/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 999ab82 + 7c2a5e5 commit f44c0ea

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: 'temurin'
3838
java-version: ${{ matrix.java }}
3939
- name: Cache local Maven repository
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -99,7 +99,7 @@ jobs:
9999
distribution: 'temurin'
100100
java-version: 17.0.x
101101
- name: Cache local Maven repository
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: ~/.m2/repository
105105
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)