Skip to content

Commit

Permalink
CI: Update actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 11, 2024
1 parent c3c99b6 commit 3180551
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 @@ -51,7 +51,7 @@ jobs:
- name: Cache Source-based Dependencies
id: cache-source-deps
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/install/deps
# Including ${{ runner.temp }} is a workaround taken from https://github.com/robotology/whole-body-estimators/pull/62 to fix macos configuration failure on https://github.com/dic-iit/bipedal-locomotion-framework/pull/45
Expand Down

0 comments on commit 3180551

Please sign in to comment.