Skip to content

Commit

Permalink
Merge pull request #13 from ibi-group/ci-maven-upgrade-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 23, 2025
2 parents e9de250 + d533603 commit 1163204
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:
# Add yarn path to GITHUB_PATH so that global package is executable.
echo "$(yarn global bin)" >> $GITHUB_PATH
- name: Setup Maven Cache
uses: actions/cache@v2
uses: actions/cache@v4
id: cache
with:
path: ~/.m2
Expand Down

0 comments on commit 1163204

Please sign in to comment.