diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8e132dae32..c97a62e6bf 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,9 +36,9 @@ jobs: uses: actions/cache@v3 with: path: ${{ steps.pip-cache.outputs.dir }} - key: ${{ runner.os }}-pip-v3-${{ hashFiles('**/setup.cfg') }} + key: ${{ runner.os }}-pip-v4-${{ hashFiles('**/setup.cfg') }} restore-keys: | - ${{ runner.os }}-pip-v3- + ${{ runner.os }}-pip-v4- - name: Install dependencies run: | @@ -65,9 +65,9 @@ jobs: uses: actions/cache@v3 with: path: .tox/ - key: ${{ runner.os }}-tox-v3-${{ hashFiles('**/setup.cfg') }} + key: ${{ runner.os }}-tox-v4-${{ hashFiles('**/setup.cfg') }} restore-keys: | - ${{ runner.os }}-tox-v3- + ${{ runner.os }}-tox-v4- - name: Test with tox run: tox