@@ -70,15 +70,15 @@ runs:
7070 id : gcs-object
7171 if : >-
7272 inputs.cache-type == 'gcs'
73- uses : envoyproxy/toolshed/actions/gcs/cache/exists@95be77434e71da68d0faeb483d8b914e4ad477e7
73+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/id@95be77434e71da68d0faeb483d8b914e4ad477e7
81+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@72c5970099e8392fd04ade12b22b10237d9f0813
8282 with :
8383 name : ${{ inputs.key }}
8484 wf-path : ${{ inputs.artifact-wf-path }}
9494 key : ${{ inputs.key }}
9595
9696 # Mutex
97- - uses : envoyproxy/toolshed/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
97+ - uses : envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/mutex@95be77434e71da68d0faeb483d8b914e4ad477e7
109+ - uses : envoyproxy/toolshed/actions/github/mutex@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/id@95be77434e71da68d0faeb483d8b914e4ad477e7
137+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/gcs/cache/exists@95be77434e71da68d0faeb483d8b914e4ad477e7
146+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/gcs/cache/save@95be77434e71da68d0faeb483d8b914e4ad477e7
213+ uses: envoyproxy/toolshed/actions/gcs/cache/save@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/save@95be77434e71da68d0faeb483d8b914e4ad477e7
223+ uses : envoyproxy/toolshed/actions/github/artifact/cache/save@72c5970099e8392fd04ade12b22b10237d9f0813
224224 with :
225225 name : ${{ inputs.artifact-name }}
226226 path : ${{ inputs.path || inputs.path-tmp }}
0 commit comments