File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
- name : Checkout uid2-shared-actions repo
146
146
uses : actions/checkout@v4
147
147
with :
148
- ref : tjm-UID2-3620-publish-all-use-ami
148
+ ref : v3
149
149
repository : IABTechLab/uid2-shared-actions
150
150
path : uid2-shared-actions
151
151
@@ -186,7 +186,7 @@ jobs:
186
186
- name : Prepare AWS metadata
187
187
id : prepare_aws_metadata
188
188
if : ${{ inputs.operator_type == 'aws' }}
189
- uses : IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@tjm-UID2-3620-publish-all-use-ami
189
+ uses : IABTechLab/uid2-shared-actions/actions/prepare_aws_metadata@v3
190
190
with :
191
191
admin_root : ${{ inputs.admin_root }}
192
192
aws_pcr0 : ${{ inputs.aws_pcr0 }}
@@ -244,7 +244,7 @@ jobs:
244
244
- name : Start AWS private operator
245
245
id : start_aws_private_operator
246
246
if : ${{ inputs.operator_type == 'aws' }}
247
- uses : IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@tjm-UID2-3620-publish-all-use-ami
247
+ uses : IABTechLab/uid2-shared-actions/actions/start_aws_private_operator@v3
248
248
with :
249
249
bore_url_core : ${{ steps.bore.outputs.BORE_URL_CORE }}
250
250
bore_url_optout : ${{ steps.bore.outputs.BORE_URL_OPTOUT }}
You can’t perform that action at this time.
0 commit comments