Skip to content

Commit 82baf8d

Browse files
authored
Merge pull request #2386 from spring-cloud/dependabot/github_actions/4.3.x/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 6650f58 + 2bba0da commit 82baf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323
java-version: 17
2424
- name: Cache local Maven repository
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)