|
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 }} |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | persist-credentials: false |
178 | 178 | - name: Restore cached environment |
179 | 179 | id: cache-reuse |
180 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 180 | + uses: plugwise/gh-actions/restore-venv@v2 |
181 | 181 | with: |
182 | 182 | cache-key: ${{ needs.cache.outputs.cache-key }} |
183 | 183 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -222,7 +222,7 @@ jobs: |
222 | 222 | uses: actions/checkout@v6 |
223 | 223 | - name: Restore cached environment |
224 | 224 | id: cache-reuse |
225 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 225 | + uses: plugwise/gh-actions/restore-venv@v2 |
226 | 226 | with: |
227 | 227 | cache-key: ${{ needs.cache.outputs.cache-key }} |
228 | 228 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | uses: actions/checkout@v6 |
305 | 305 | - name: Restore cached environment |
306 | 306 | id: cache-reuse |
307 | | - uses: plugwise/gh-actions/restore-venv@v1 |
| 307 | + uses: plugwise/gh-actions/restore-venv@v2 |
308 | 308 | with: |
309 | 309 | cache-key: ${{ needs.cache.outputs.cache-key }} |
310 | 310 | python-version: ${{ needs.cache.outputs.python-version }} |
|
0 commit comments