Skip to content

Commit 4d5ffb1

Browse files
committed
Reference v3 after successful testing
1 parent 9084c54 commit 4d5ffb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shared-run-e2e-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Checkout uid2-shared-actions repo
146146
uses: actions/checkout@v4
147147
with:
148-
ref: tjm-UID2-3620-publish-all-use-ami
148+
ref: v3
149149
repository: IABTechLab/uid2-shared-actions
150150
path: uid2-shared-actions
151151

@@ -186,7 +186,7 @@ jobs:
186186
- name: Prepare AWS metadata
187187
id: prepare_aws_metadata
188188
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
190190
with:
191191
admin_root: ${{ inputs.admin_root }}
192192
aws_pcr0: ${{ inputs.aws_pcr0 }}
@@ -244,7 +244,7 @@ jobs:
244244
- name: Start AWS private operator
245245
id: start_aws_private_operator
246246
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
248248
with:
249249
bore_url_core: ${{ steps.bore.outputs.BORE_URL_CORE }}
250250
bore_url_optout: ${{ steps.bore.outputs.BORE_URL_OPTOUT }}

0 commit comments

Comments
 (0)