From 9252a1f9d3cb4172ff83d078628110d44b4dfef4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 4 Apr 2022 10:45:30 +0200 Subject: [PATCH] ci: fix broken GHA cache again... Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 14 +++++++------- .github/workflows/translation-compile.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index b6de65252..efcf3da88 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -40,7 +40,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} @@ -56,7 +56,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} @@ -79,7 +79,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: checkout stable run: | # Copy current, latest config to local @@ -120,7 +120,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} @@ -147,7 +147,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} @@ -184,7 +184,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} @@ -229,7 +229,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 64b1982c1..ca07d57f4 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -26,7 +26,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cache/pypoetry/virtualenvs - key: ${{ runner.os }}-poetry-cache-v2-${{ hashFiles('**/poetry.lock') }} + key: ${{ runner.os }}-poetry-cache-${{ hashFiles('**/poetry.lock') }} - name: prepare env: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }}