From 318055137134e1de5442f23ddb77c169d7d80e71 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 11 Dec 2024 10:57:52 +0100 Subject: [PATCH] CI: Update actions/cache@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b11caa..aa7168c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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