|
47 | 47 | uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
48 | 48 | with: |
49 | 49 | path: .venv |
50 | | - key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} |
| 50 | + key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} |
51 | 51 |
|
52 | 52 | - name: Install dependencies |
53 | 53 | if: steps.cache-deps.outputs.cache-hit != 'true' |
|
83 | 83 | uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
84 | 84 | with: |
85 | 85 | path: .venv |
86 | | - key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} |
| 86 | + key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }} |
87 | 87 |
|
88 | 88 | - name: Install dependencies |
89 | 89 | if: steps.cache-deps.outputs.cache-hit != 'true' |
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
185 | 185 | with: |
186 | 186 | path: .venv |
187 | | - key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} |
| 187 | + key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }} |
188 | 188 |
|
189 | 189 | - name: Install dependencies |
190 | 190 | if: steps.cache-deps.outputs.cache-hit != 'true' |
@@ -320,7 +320,7 @@ jobs: |
320 | 320 | uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 |
321 | 321 | with: |
322 | 322 | path: .venv |
323 | | - key: venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} |
| 323 | + key: venv-v2-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }} |
324 | 324 |
|
325 | 325 | - name: Install dependencies |
326 | 326 | if: steps.cache-deps.outputs.cache-hit != 'true' |
|
0 commit comments