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 }}