From 3610162292b79f80a9fef919799d3fa9b1726f6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Jun 2024 14:41:15 +0000 Subject: [PATCH] Update actions/cache action to 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 }}-\ -- 2.39.5