@@ -70,15 +70,15 @@ runs:
7070 id : gcs-object
7171 if : >-
7272 inputs.cache-type == 'gcs'
73- uses : envoyproxy/toolshed/actions/gcs/cache/exists@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
73+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
81+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
97+ - uses : envoyproxy/toolshed/actions/jq@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
109+ - uses : envoyproxy/toolshed/actions/github/mutex@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
137+ uses : envoyproxy/toolshed/actions/github/artifact/cache/id@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
146+ uses : envoyproxy/toolshed/actions/gcs/cache/exists@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
213+ uses: envoyproxy/toolshed/actions/gcs/cache/save@1f0251c0cd8814c27aee907d189497c4402d9709
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@34d0ef544f3f753ce19789e8bcea2f4e22dc7cdd
223+ uses : envoyproxy/toolshed/actions/github/artifact/cache/save@1f0251c0cd8814c27aee907d189497c4402d9709
224224 with :
225225 name : ${{ inputs.artifact-name }}
226226 path : ${{ inputs.path || inputs.path-tmp }}
0 commit comments