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