@@ -167,7 +167,7 @@ jobs:
167167 - name : >
168168 Restore the commit the CI image stashed for ref ${{ inputs.image-stash-ref }}
169169 was built from
170- uses: apache/infrastructure-actions/stash/restore@0ff9972b5872e19c9f4555c9159c2fea4f794355
170+ uses: apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
171171 with:
172172 key: "ci-image-commit-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
173173 -${{ inputs.image-stash-ref }}"
@@ -200,7 +200,7 @@ jobs:
200200 - name : >
201201 Restore CI docker image built for ref ${{ inputs.image-stash-ref }}
202202 ${{ inputs.platform }}:${{ env.PYTHON_MAJOR_MINOR_VERSION }}
203- uses: apache/infrastructure-actions/stash/restore@0ff9972b5872e19c9f4555c9159c2fea4f794355
203+ uses: apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
204204 with:
205205 key: "ci-image-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
206206 -${{ inputs.image-stash-ref }}"
@@ -215,7 +215,7 @@ jobs:
215215 - name : >
216216 Restore ci-cache mount image ${{ inputs.platform }}:${{ env.PYTHON_MAJOR_MINOR_VERSION }}
217217 ${{ inputs.image-stash-ref != '' && format('for ref {0}', inputs.image-stash-ref) || '' }}
218- uses: apache/infrastructure-actions/stash/restore@0ff9972b5872e19c9f4555c9159c2fea4f794355
218+ uses: apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
219219 with:
220220 key: "ci-cache-mount-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
221221 ${{ inputs.image-stash-ref != '' && format('-{0}', inputs.image-stash-ref) || '' }}"
@@ -242,7 +242,7 @@ jobs:
242242 --cache-file /tmp/ci-cache-mount-save-v3-${PYTHON_MAJOR_MINOR_VERSION}.tar.gz
243243 if : steps.restore-cache-mount.outputs.stash-hit == 'true'
244244 - name : " Restore CI docker image ${{ inputs.platform }}:${{ env.PYTHON_MAJOR_MINOR_VERSION }}"
245- uses : apache/infrastructure-actions/stash/restore@0ff9972b5872e19c9f4555c9159c2fea4f794355
245+ uses : apache/infrastructure-actions/stash/restore@b69225a81154602226df0f441cf23b95a55cf4f8
246246 with :
247247 key : " ci-image-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}"
248248 path : " /mnt/"
@@ -327,7 +327,7 @@ jobs:
327327 shell : bash
328328 if : inputs.upload-image-artifact == 'true' && steps.stashed-image.outputs.reusable != 'true'
329329 - name : " Stash CI docker image ${{ env.PYTHON_MAJOR_MINOR_VERSION }}"
330- uses : apache/infrastructure-actions/stash/save@0ff9972b5872e19c9f4555c9159c2fea4f794355
330+ uses : apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
331331 with :
332332 key : ci-image-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}
333333 path : " /mnt/ci-image-save-*-${{ env.PYTHON_MAJOR_MINOR_VERSION }}.tar"
@@ -340,7 +340,7 @@ jobs:
340340 # what a later publish of that same ref reads - hence a retention that outlives the shared
341341 # one, the same ref being rebuilt three days apart at the very least.
342342 - name : " Stash CI docker image built for ref ${{ inputs.image-stash-ref }}"
343- uses : apache/infrastructure-actions/stash/save@0ff9972b5872e19c9f4555c9159c2fea4f794355
343+ uses : apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
344344 with :
345345 key : " ci-image-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
346346 -${{ inputs.image-stash-ref }}"
@@ -353,7 +353,7 @@ jobs:
353353 # Saved last and with the image's retention, so that finding this commit is enough to
354354 # know the image it describes is there to be restored.
355355 - name : " Stash the commit the CI image for ref ${{ inputs.image-stash-ref }} was built from"
356- uses : apache/infrastructure-actions/stash/save@0ff9972b5872e19c9f4555c9159c2fea4f794355
356+ uses : apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
357357 with :
358358 key : " ci-image-commit-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
359359 -${{ inputs.image-stash-ref }}"
@@ -375,7 +375,7 @@ jobs:
375375 - name : >
376376 Stash cache mount ${{ inputs.platform }}:${{ env.PYTHON_MAJOR_MINOR_VERSION }}
377377 ${{ inputs.image-stash-ref != '' && format('for ref {0}', inputs.image-stash-ref) || '' }}
378- uses: apache/infrastructure-actions/stash/save@0ff9972b5872e19c9f4555c9159c2fea4f794355
378+ uses: apache/infrastructure-actions/stash/save@b69225a81154602226df0f441cf23b95a55cf4f8
379379 with:
380380 key: "ci-cache-mount-save-v3-${{ inputs.platform }}-${{ env.PYTHON_MAJOR_MINOR_VERSION }}\
381381 ${{ inputs.image-stash-ref != '' && format('-{0}', inputs.image-stash-ref) || '' }}"
0 commit comments