@@ -70,15 +70,15 @@ runs:
7070 id : gcs-object
7171 if : >-
7272 inputs.cache-type == 'gcs'
73- uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@3fc4ba66aac5f2e94becf1523293d2b695428699
73+ uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
7474 with :
7575 bucket : ${{ inputs.gcs-bucket }}
7676 key : ${{ inputs.key }}
7777 - name : Check artifact cache
7878 id : artifact-object
7979 if : >-
8080 inputs.cache-type == 'artifact'
81- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@3fc4ba66aac5f2e94becf1523293d2b695428699
81+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
8282 with :
8383 name : ${{ inputs.key }}
8484 wf-path : ${{ inputs.artifact-wf-path }}
9494 key : ${{ inputs.key }}
9595
9696 # Mutex
97- - uses : envoyproxy/toolshed/gh-actions/jq@3fc4ba66aac5f2e94becf1523293d2b695428699
97+ - uses : envoyproxy/toolshed/gh-actions/jq@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
9898 if : >-
9999 ! inputs.lock-id
100100 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -106,7 +106,7 @@ runs:
106106 options : -Rr
107107 filter : |
108108 @base64
109- - uses : envoyproxy/toolshed/gh-actions/github/mutex@3fc4ba66aac5f2e94becf1523293d2b695428699
109+ - uses : envoyproxy/toolshed/gh-actions/github/mutex@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
110110 if : >-
111111 inputs.lock-token
112112 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -134,7 +134,7 @@ runs:
134134 if : >-
135135 inputs.cache-type == 'artifact'
136136 && steps.artifact-object.outputs.exists == ''
137- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@3fc4ba66aac5f2e94becf1523293d2b695428699
137+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
138138 with :
139139 name : ${{ inputs.key }}
140140 wf-path : ${{ inputs.artifact-wf-path }}
@@ -143,7 +143,7 @@ runs:
143143 if : >-
144144 inputs.cache-type == 'gcs'
145145 && steps.gcs-object.outputs.exists != 'true'
146- uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@3fc4ba66aac5f2e94becf1523293d2b695428699
146+ uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
147147 with :
148148 bucket : ${{ inputs.gcs-bucket }}
149149 key : ${{ inputs.key }}
@@ -210,7 +210,7 @@ runs:
210210 - if : >-
211211 steps.restore.outputs.save == 'true'
212212 && inputs.gcs-bucket
213- uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@3fc4ba66aac5f2e94becf1523293d2b695428699
213+ uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
214214 with:
215215 bucket: ${{ inputs.gcs-bucket }}
216216 key: ${{ inputs.key }}
@@ -220,7 +220,7 @@ runs:
220220 if : >-
221221 steps.restore.outputs.save == 'true'
222222 && inputs.cache-type == 'artifact'
223- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/save@3fc4ba66aac5f2e94becf1523293d2b695428699
223+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/save@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
224224 with :
225225 name : ${{ inputs.artifact-name }}
226226 path : ${{ inputs.path || inputs.path-tmp }}
0 commit comments