@@ -90,18 +90,18 @@ jobs:
9090 git config --global --add safe.directory "$GITHUB_WORKSPACE"
9191
9292 - name : Checkout
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v5
9494
9595 - name : Checkout PyTorch
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 with :
9898 repository : pytorch/pytorch
9999 ref : ${{ inputs.ref }}
100100 submodules : recursive
101101 path : pytorch
102102
103103 - name : Checkout torch_hpu
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 with :
106106 repository : HabanaAI/gaudi-pytorch-bridge
107107 ref : v${{ inputs.rel_ver }}
@@ -165,21 +165,21 @@ jobs:
165165 pip list | grep -E 'torch|numpy'
166166
167167 - name : Checkout benchmark
168- uses : actions/checkout@v4
168+ uses : actions/checkout@v5
169169 with :
170170 repository : pytorch/benchmark
171171 ref : ${{ steps.list-torch-version.outputs.torchbench-version }}
172172 path : benchmark
173173
174174 - name : Checkout vision
175- uses : actions/checkout@v4
175+ uses : actions/checkout@v5
176176 with :
177177 repository : pytorch/vision
178178 ref : ${{ steps.list-torch-version.outputs.torchvision-version }}
179179 path : vision
180180
181181 - name : Checkout audio
182- uses : actions/checkout@v4
182+ uses : actions/checkout@v5
183183 with :
184184 repository : pytorch/audio
185185 ref : ${{ steps.list-torch-version.outputs.torchaudio-version }}
0 commit comments