|
46 | 46 | steps: |
47 | 47 | - name: Prepare code checkout and python/prek(pre-commit) setup |
48 | 48 | id: cache-reuse |
49 | | - uses: plugwise/gh-actions/prepare-python-and-code@0375df40f07d6f002cb134335a3e3296579ac99b |
| 49 | + uses: plugwise/gh-actions/prepare-python-and-code@09054f02b05e53697300c41df27d0307332dc7cd8 |
50 | 50 | with: |
51 | 51 | cache-key: ${{ needs.cache.outputs.cache-key }} |
52 | 52 | fail-on-miss: false # First time create cache (if not already exists) |
|
67 | 67 | persist-credentials: false |
68 | 68 | - name: Restore cached environment |
69 | 69 | id: cache-reuse |
70 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 70 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
71 | 71 | with: |
72 | 72 | cache-key: ${{ needs.cache.outputs.cache-key }} |
73 | 73 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
104 | 104 | - name: Restore cached environment |
105 | 105 | id: cache-reuse |
106 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 106 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
107 | 107 | with: |
108 | 108 | cache-key: ${{ needs.cache.outputs.cache-key }} |
109 | 109 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | python-version: ${{ matrix.python-version }} |
139 | 139 | - name: Restore cached environment |
140 | 140 | id: cache-reuse |
141 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 141 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
142 | 142 | with: |
143 | 143 | fail-on-miss: false # First time create cache (if not already exists) |
144 | 144 | cache-key: ${{ needs.cache.outputs.cache-key }} |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | persist-credentials: false |
172 | 172 | - name: Restore cached environment |
173 | 173 | id: cache-reuse |
174 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 174 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
175 | 175 | with: |
176 | 176 | cache-key: ${{ needs.cache.outputs.cache-key }} |
177 | 177 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
217 | 217 | - name: Restore cached environment |
218 | 218 | id: cache-reuse |
219 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 219 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
220 | 220 | with: |
221 | 221 | cache-key: ${{ needs.cache.outputs.cache-key }} |
222 | 222 | python-version: ${{ needs.cache.outputs.python-version }} |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 |
302 | 302 | - name: Restore cached environment |
303 | 303 | id: cache-reuse |
304 | | - uses: plugwise/gh-actions/restore-venv@0375df40f07d6f002cb134335a3e3296579ac99b |
| 304 | + uses: plugwise/gh-actions/restore-venv@09054f02b05e53697300c41df27d0307332dc7cd8 |
305 | 305 | with: |
306 | 306 | cache-key: ${{ needs.cache.outputs.cache-key }} |
307 | 307 | python-version: ${{ needs.cache.outputs.python-version }} |
|
0 commit comments