|
47 | 47 | steps: |
48 | 48 | - name: Prepare code checkout and python/pre-commit setup |
49 | 49 | id: cache-reuse |
50 | | - uses: plugwise/gh-actions/prepare-python-and-code@v1 |
| 50 | + uses: plugwise/gh-actions/prepare-python-and-code@v2 |
51 | 51 | with: |
52 | 52 | cache-key: ${{ needs.cache.outputs.cache-key }} |
53 | 53 | fail-on-miss: false # First time create cache (if not already exists) |
|
68 | 68 | persist-credentials: false |
69 | 69 | - name: Restore cached environment |
70 | 70 | id: cache-reuse |
71 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 71 | + uses: plugwise/gh-actions/restore-venv@v2 |
72 | 72 | with: |
73 | 73 | cache-key: ${{ needs.cache.outputs.cache-key }} |
74 | 74 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | uses: actions/checkout@v6 |
105 | 105 | - name: Restore cached environment |
106 | 106 | id: cache-reuse |
107 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 107 | + uses: plugwise/gh-actions/restore-venv@v2 |
108 | 108 | with: |
109 | 109 | cache-key: ${{ needs.cache.outputs.cache-key }} |
110 | 110 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | python-version: ${{ matrix.python-version }} |
145 | 145 | - name: Restore cached environment |
146 | 146 | id: cache-reuse |
147 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 147 | + uses: plugwise/gh-actions/restore-venv@v2 |
148 | 148 | with: |
149 | 149 | fail-on-miss: false # First time create cache (if not already exists) |
150 | 150 | cache-key: ${{ needs.cache.outputs.cache-key }} |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | persist-credentials: false |
179 | 179 | - name: Restore cached environment |
180 | 180 | id: cache-reuse |
181 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 181 | + uses: plugwise/gh-actions/restore-venv@v2 |
182 | 182 | with: |
183 | 183 | cache-key: ${{ needs.cache.outputs.cache-key }} |
184 | 184 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | uses: actions/checkout@v6 |
224 | 224 | - name: Restore cached environment |
225 | 225 | id: cache-reuse |
226 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 226 | + uses: plugwise/gh-actions/restore-venv@v2 |
227 | 227 | with: |
228 | 228 | cache-key: ${{ needs.cache.outputs.cache-key }} |
229 | 229 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | uses: actions/checkout@v6 |
312 | 312 | - name: Restore cached environment |
313 | 313 | id: cache-reuse |
314 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 314 | + uses: plugwise/gh-actions/restore-venv@v2 |
315 | 315 | with: |
316 | 316 | cache-key: ${{ needs.cache.outputs.cache-key }} |
317 | 317 | python-version: ${{ needs.cache.outputs.python-version }} |
|
0 commit comments