@@ -63,15 +63,15 @@ runs:
6363 - name : Check GCS bucket cache
6464 id : gcs-object
6565 if : inputs.gcs-bucket
66- uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 66+ uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .33 6767 with :
6868 bucket : ${{ inputs.gcs-bucket }}
6969 key : ${{ inputs.key }}
7070 - name : Check artifact cache
7171 id : artifact-object
7272 if : >-
7373 ! inputs.gcs-bucket
74- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@a9a0a4aab15d43aa292f25f7a0618ad461d2cc59
74+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@actions-v0.3.33
7575 with :
7676 name : ${{ inputs.key }}
7777 wf-path : ${{ inputs.artifact-wf-path }}
8888 key : ${{ inputs.key }}
8989
9090 # Mutex
91- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 91+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .33 9292 if : >-
9393 ! inputs.lock-id
9494 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -100,7 +100,7 @@ runs:
100100 options : -Rr
101101 filter : |
102102 @base64
103- -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .30 103+ -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .33 104104 if : >-
105105 inputs.lock-token
106106 && steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -129,7 +129,7 @@ runs:
129129 if : >-
130130 ! inputs.gcs-bucket
131131 && steps.artifact-object.outputs.exists == ''
132- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@a9a0a4aab15d43aa292f25f7a0618ad461d2cc59
132+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/id@actions-v0.3.33
133133 with :
134134 name : ${{ inputs.key }}
135135 wf-path : ${{ inputs.artifact-wf-path }}
@@ -138,7 +138,7 @@ runs:
138138 if : >-
139139 inputs.gcs-bucket
140140 && steps.gcs-object.outputs.exists != 'true'
141- uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 141+ uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .33 142142 with :
143143 bucket : ${{ inputs.gcs-bucket }}
144144 key : ${{ inputs.key }}
@@ -206,7 +206,7 @@ runs:
206206 - if : >-
207207 steps.restore.outputs.save == 'true'
208208 && inputs.gcs-bucket
209- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 209+ uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .33 210210 with:
211211 bucket: ${{ inputs.gcs-bucket }}
212212 key: ${{ inputs.key }}
@@ -216,7 +216,7 @@ runs:
216216 if : >-
217217 steps.restore.outputs.save == 'true'
218218 && inputs.artifact-name
219- uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/save@c86d657609fbcd77fe129bb3e9b17dad5b7b3f96
219+ uses : envoyproxy/toolshed/gh-actions/github/artifact/cache/save@actions-v0.3.33
220220 with :
221221 name : ${{ inputs.artifact-name }}
222222 path : ${{ inputs.path || inputs.path-tmp }}
0 commit comments