2424 hvd_version : ${{ steps.set-versions.outputs.hvd_version }}
2525 msdp_version : ${{ steps.set-versions.outputs.msdp_version }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : Changed Files Exporter
2929 if : github.event_name == 'pull_request'
3030 id : files
6363 echo "::endgroup::"
6464
6565 - name : Checkout repository (pytorch/test-infra)
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 with :
6868 # Support the use case where we need to checkout someone's fork
6969 repository : pytorch/test-infra
7373 uses : ./test-infra/.github/actions/setup-linux
7474
7575 - name : Checkout repository (${{ github.repository }})
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 # Support the use case where we need to checkout someone's fork
7979 repository : ${{ github.repository }}
@@ -122,7 +122,7 @@ jobs:
122122 echo "::endgroup::"
123123
124124 - name : Checkout repository (pytorch/test-infra)
125- uses : actions/checkout@v4
125+ uses : actions/checkout@v5
126126 with :
127127 # Support the use case where we need to checkout someone's fork
128128 repository : pytorch/test-infra
@@ -132,7 +132,7 @@ jobs:
132132 uses : ./test-infra/.github/actions/setup-linux
133133
134134 - name : Checkout repository (${{ github.repository }})
135- uses : actions/checkout@v4
135+ uses : actions/checkout@v5
136136 with :
137137 # Support the use case where we need to checkout someone's fork
138138 repository : ${{ github.repository }}
@@ -181,7 +181,7 @@ jobs:
181181 echo "::endgroup::"
182182
183183 - name : Checkout repository (pytorch/test-infra)
184- uses : actions/checkout@v4
184+ uses : actions/checkout@v5
185185 with :
186186 # Support the use case where we need to checkout someone's fork
187187 repository : pytorch/test-infra
@@ -191,7 +191,7 @@ jobs:
191191 uses : ./test-infra/.github/actions/setup-linux
192192
193193 - name : Checkout repository (${{ github.repository }})
194- uses : actions/checkout@v4
194+ uses : actions/checkout@v5
195195 with :
196196 # Support the use case where we need to checkout someone's fork
197197 repository : ${{ github.repository }}
@@ -240,7 +240,7 @@ jobs:
240240 echo "::endgroup::"
241241
242242 - name : Checkout repository (pytorch/test-infra)
243- uses : actions/checkout@v4
243+ uses : actions/checkout@v5
244244 with :
245245 # Support the use case where we need to checkout someone's fork
246246 repository : pytorch/test-infra
@@ -250,7 +250,7 @@ jobs:
250250 uses : ./test-infra/.github/actions/setup-linux
251251
252252 - name : Checkout repository (${{ github.repository }})
253- uses : actions/checkout@v4
253+ uses : actions/checkout@v5
254254 with :
255255 # Support the use case where we need to checkout someone's fork
256256 repository : ${{ github.repository }}
0 commit comments