Skip to content

Commit

Permalink
Update to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 17, 2024
1 parent c5d4a39 commit 8967355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
submodules: true
- name: 'Cache'
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.m2
Expand Down

0 comments on commit 8967355

Please sign in to comment.