Skip to content

Commit

Permalink
Merge pull request #605 from ibi-group/ci-upgrade-maven-cache
Browse files Browse the repository at this point in the history
ci(maven): Use GitHub cache action v4.
  • Loading branch information
binh-dam-ibigroup authored Jan 28, 2025
2 parents de2090d + 3853e33 commit 57c9943
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 57c9943

Please sign in to comment.