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