Skip to content

Commit

Permalink
ci(maven): Use GitHub cache action v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Jan 21, 2025
1 parent d7b98db commit 3853e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
mongodb-version: 4.2
- name: Setup Maven Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: ~/.m2
Expand Down

0 comments on commit 3853e33

Please sign in to comment.