@@ -73,15 +73,15 @@ runs:
7373 id : gcs-object
7474 if : >-
7575 inputs.cache-type == 'gcs'
76- uses : envoyproxy/toolshed/actions/gcs/cache/exists@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
76+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@1ea9136641b2851728e11925cedf9471d6de7173
7777 with :
7878 bucket : ${{ inputs.gcs-bucket }}
7979 key : ${{ inputs.key }}
8080 - name : Check artifact cache
8181 id : artifact-object
8282 if : >-
8383 inputs.cache-type == 'artifact'
84- uses : envoyproxy/toolshed/actions/github/artifact/cache/id@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
84+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@1ea9136641b2851728e11925cedf9471d6de7173
8585 with :
8686 name : ${{ inputs.key }}
8787 wf-path : ${{ inputs.artifact-wf-path }}
9797 key : ${{ inputs.key }}
9898
9999 # Mutex
100- - uses : envoyproxy/toolshed/actions/jq@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
100+ - uses : envoyproxy/toolshed/actions/jq@1ea9136641b2851728e11925cedf9471d6de7173
101101 if : >-
102102 ! inputs.lock-id
103103 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -109,7 +109,7 @@ runs:
109109 options : -Rr
110110 filter : |
111111 @base64
112- - uses : envoyproxy/toolshed/actions/github/mutex@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
112+ - uses : envoyproxy/toolshed/actions/github/mutex@1ea9136641b2851728e11925cedf9471d6de7173
113113 if : >-
114114 inputs.lock-token
115115 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -137,7 +137,7 @@ runs:
137137 if : >-
138138 inputs.cache-type == 'artifact'
139139 && steps.artifact-object.outputs.exists == ''
140- uses : envoyproxy/toolshed/actions/github/artifact/cache/id@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
140+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@1ea9136641b2851728e11925cedf9471d6de7173
141141 with :
142142 name : ${{ inputs.key }}
143143 wf-path : ${{ inputs.artifact-wf-path }}
@@ -146,7 +146,7 @@ runs:
146146 if : >-
147147 inputs.cache-type == 'gcs'
148148 && steps.gcs-object.outputs.exists != 'true'
149- uses : envoyproxy/toolshed/actions/gcs/cache/exists@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
149+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@1ea9136641b2851728e11925cedf9471d6de7173
150150 with :
151151 bucket : ${{ inputs.gcs-bucket }}
152152 key : ${{ inputs.key }}
@@ -214,7 +214,7 @@ runs:
214214 - if : >-
215215 steps.restore.outputs.save == 'true'
216216 && inputs.gcs-bucket
217- uses: envoyproxy/toolshed/actions/gcs/cache/save@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
217+ uses: envoyproxy/toolshed/actions/gcs/cache/save@1ea9136641b2851728e11925cedf9471d6de7173
218218 with:
219219 bucket: ${{ inputs.gcs-bucket }}
220220 key: ${{ inputs.key }}
@@ -224,7 +224,7 @@ runs:
224224 if : >-
225225 steps.restore.outputs.save == 'true'
226226 && inputs.cache-type == 'artifact'
227- uses : envoyproxy/toolshed/actions/github/artifact/cache/save@444b7d08e6a5d81780c458c9ad9bb0305939f7ba
227+ uses : envoyproxy/toolshed/actions/github/artifact/cache/save@1ea9136641b2851728e11925cedf9471d6de7173
228228 with :
229229 name : ${{ inputs.artifact-name }}
230230 path : ${{ inputs.path || inputs.path-tmp }}
0 commit comments