Skip to content

Commit 57c9943

Browse files
Merge pull request #605 from ibi-group/ci-upgrade-maven-cache
ci(maven): Use GitHub cache action v4.
2 parents de2090d + 3853e33 commit 57c9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
mongodb-version: 4.2
4444
- name: Setup Maven Cache
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
id: cache
4747
with:
4848
path: ~/.m2

0 commit comments

Comments
 (0)