|
48 | 48 | virtualenvs-in-project: true |
49 | 49 |
|
50 | 50 | - name: Cache Poetry dependencies |
51 | | - uses: actions/cache@v5 |
| 51 | + uses: actions/cache@v6 |
52 | 52 | with: |
53 | 53 | path: .venv |
54 | 54 | key: venv-lint-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | virtualenvs-in-project: true |
104 | 104 |
|
105 | 105 | - name: Cache Poetry dependencies |
106 | | - uses: actions/cache@v5 |
| 106 | + uses: actions/cache@v6 |
107 | 107 | with: |
108 | 108 | path: .venv |
109 | 109 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | virtualenvs-in-project: true |
165 | 165 |
|
166 | 166 | - name: Cache Poetry dependencies |
167 | | - uses: actions/cache@v5 |
| 167 | + uses: actions/cache@v6 |
168 | 168 | with: |
169 | 169 | path: .venv |
170 | 170 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | virtualenvs-in-project: true |
224 | 224 |
|
225 | 225 | - name: Cache Poetry dependencies |
226 | | - uses: actions/cache@v5 |
| 226 | + uses: actions/cache@v6 |
227 | 227 | with: |
228 | 228 | path: .venv |
229 | 229 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -264,7 +264,7 @@ jobs: |
264 | 264 | virtualenvs-in-project: true |
265 | 265 |
|
266 | 266 | - name: Cache Poetry dependencies |
267 | | - uses: actions/cache@v5 |
| 267 | + uses: actions/cache@v6 |
268 | 268 | with: |
269 | 269 | path: .venv |
270 | 270 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | virtualenvs-in-project: true |
325 | 325 |
|
326 | 326 | - name: Cache Poetry dependencies |
327 | | - uses: actions/cache@v5 |
| 327 | + uses: actions/cache@v6 |
328 | 328 | with: |
329 | 329 | path: .venv |
330 | 330 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -377,7 +377,7 @@ jobs: |
377 | 377 | virtualenvs-in-project: true |
378 | 378 |
|
379 | 379 | - name: Cache Poetry dependencies |
380 | | - uses: actions/cache@v5 |
| 380 | + uses: actions/cache@v6 |
381 | 381 | with: |
382 | 382 | path: .venv |
383 | 383 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
@@ -484,7 +484,7 @@ jobs: |
484 | 484 | virtualenvs-in-project: true |
485 | 485 |
|
486 | 486 | - name: Cache Poetry dependencies |
487 | | - uses: actions/cache@v5 |
| 487 | + uses: actions/cache@v6 |
488 | 488 | with: |
489 | 489 | path: .venv |
490 | 490 | key: venv-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }} |
|
0 commit comments