From 46e0103a0a3a794ba80d174f2231d24a459af18a Mon Sep 17 00:00:00 2001 From: gahjelle Date: Wed, 20 Sep 2023 13:18:06 +0200 Subject: [PATCH] Reset cache --- .github/workflows/linters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 33b0bcadf7..2983f1f14c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -33,9 +33,9 @@ jobs: uses: actions/cache@v3 with: path: ./venv - key: ${{ matrix.name }}-pip-${{ hashFiles('requirements.txt') }} + key: ${{ matrix.name }}-v1-pip-${{ hashFiles('requirements.txt') }} restore-keys: | - ${{ matrix.name }}-pip- + ${{ matrix.name }}-v1-pip- - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true'