From d7ab2a362a622e489809050dbb9203b4c9857ce4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 16 Sep 2021 13:46:11 +0200 Subject: [PATCH] ci: bump cache Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 37fb3c03f..64c4a6163 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -29,7 +29,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -47,7 +47,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -65,7 +65,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -83,7 +83,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -117,7 +117,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -142,7 +142,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -172,7 +172,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -201,7 +201,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -240,7 +240,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v1-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}