Skip to content

Commit

Permalink
Bump action/cache to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Jan 20, 2025
1 parent 3fc702c commit 2805147
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 @@ -72,7 +72,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
key: source-deps-${{ runner.os }}-${{ matrix.build_type }}-use-float-${{ matrix.float }}-vcpkg-robotology-${{ env.vcpkg_robotology_TAG }}-osqp-${{ env.osqp_TAG }}-catch2-${{ env.Catch2_TAG }}
Expand Down

0 comments on commit 2805147

Please sign in to comment.