From ad06778c34b5a089f880bf78cc4735f8a80cc473 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 23 Nov 2021 10:00:23 +0100 Subject: [PATCH] ci: remove v2 suffix in cache Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 12 ++++++------ .github/workflows/translation-compile.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 43cf736e0..fe2294ca8 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -41,7 +41,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -59,7 +59,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ 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-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: checkout stable run: | # Copy current, latest config to local @@ -123,7 +123,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -152,7 +152,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} @@ -191,7 +191,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }} diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 2b33bf965..7dd64eb43 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -25,7 +25,7 @@ jobs: uses: actions/cache@v2.1.6 with: path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-v2-${{ hashFiles('**/Pipfile.lock') }} + key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-pipenv.outputs.cache-hit }}