@@ -179,7 +179,7 @@ jobs:
179179 done
180180
181181 - name : Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
182- uses : pytorch/test-infra/.github/actions/checkout@main
182+ uses : pytorch/test-infra/.github/actions/checkout@release/2.13
183183 with :
184184 # Support the use case where we need to checkout someone's fork
185185 repository : ${{ inputs.repository || github.repository }}
@@ -200,7 +200,7 @@ jobs:
200200 path : ${{ runner.temp }}/artifacts/
201201
202202 - name : Export matrix variables (if any)
203- uses : pytorch/test-infra/.github/actions/export-matrix-variables@main
203+ uses : pytorch/test-infra/.github/actions/export-matrix-variables@release/2.13
204204 if : ${{ inputs.binary-matrix != '' }}
205205 with :
206206 binary-matrix : ${{ inputs.binary-matrix }}
@@ -272,7 +272,7 @@ jobs:
272272 path : ${{ runner.temp }}/artifacts/
273273
274274 - name : Upload artifacts to S3 (if any)
275- uses : pytorch/test-infra/.github/actions/upload-artifact-s3@main
275+ uses : pytorch/test-infra/.github/actions/upload-artifact-s3@release/2.13
276276 if : ${{ always() && inputs.upload-artifact != '' && inputs.upload-artifact-to-s3 }}
277277 with :
278278 retention-days : 14
@@ -282,7 +282,7 @@ jobs:
282282 path : ${{ runner.temp }}/artifacts/
283283
284284 - name : Upload documentation to S3 (if any)
285- uses : pytorch/test-infra/.github/actions/upload-artifact-s3@main
285+ uses : pytorch/test-infra/.github/actions/upload-artifact-s3@release/2.13
286286 if : ${{ steps.check-artifacts.outputs.upload-docs == 1 && github.event.pull_request.number != '' }}
287287 with :
288288 retention-days : 14
0 commit comments