From 016afad3109cbb98a068a61fb11ce9d2f197a985 Mon Sep 17 00:00:00 2001 From: Ambre Bertucci Date: Fri, 25 Jul 2025 12:18:25 +0200 Subject: [PATCH] CI: Update to cache@v4 --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4687d2e..8c37b12 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -26,7 +26,7 @@ jobs: # that is a composite of those states. # Only when the context is exactly the same, we will restore the cache. - name: Restore pip cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.PIP_CACHE_DIR }} key: "python-0-${{ runner.os }}-\