Skip to content

Commit 0a717b5

Browse files
renovate[bot]leonard84
authored andcommitted
Update actions/cache action to v5
1 parent db80d05 commit 0a717b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Cache local Maven repository
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.m2/repository
3939
key: test-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Cache Ivy download cache
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: ~/.ivy2
5858
key: test-${{ runner.os }}-ivy-${{ hashFiles('ivy.xml', 'ivysettings.xml') }}

0 commit comments

Comments
 (0)