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 e9de250 commit d533603
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 d533603

Please sign in to comment.