Skip to content

Commit 5f1ea1b

Browse files
committed
fix(maven.yml): Updated action/cache to version 4
1 parent d045e7e commit 5f1ea1b

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
mongodb-version: 4.2
4040
- name: Setup Maven Cache
41-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4242
id: cache
4343
with:
4444
path: ~/.m2

0 commit comments

Comments
 (0)