@@ -90,18 +90,18 @@ jobs:
90
90
git config --global --add safe.directory "$GITHUB_WORKSPACE"
91
91
92
92
- name : Checkout
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
95
95
- name : Checkout PyTorch
96
- uses : actions/checkout@v4
96
+ uses : actions/checkout@v5
97
97
with :
98
98
repository : pytorch/pytorch
99
99
ref : ${{ inputs.ref }}
100
100
submodules : recursive
101
101
path : pytorch
102
102
103
103
- name : Checkout torch_hpu
104
- uses : actions/checkout@v4
104
+ uses : actions/checkout@v5
105
105
with :
106
106
repository : HabanaAI/gaudi-pytorch-bridge
107
107
ref : v${{ inputs.rel_ver }}
@@ -165,21 +165,21 @@ jobs:
165
165
pip list | grep -E 'torch|numpy'
166
166
167
167
- name : Checkout benchmark
168
- uses : actions/checkout@v4
168
+ uses : actions/checkout@v5
169
169
with :
170
170
repository : pytorch/benchmark
171
171
ref : ${{ steps.list-torch-version.outputs.torchbench-version }}
172
172
path : benchmark
173
173
174
174
- name : Checkout vision
175
- uses : actions/checkout@v4
175
+ uses : actions/checkout@v5
176
176
with :
177
177
repository : pytorch/vision
178
178
ref : ${{ steps.list-torch-version.outputs.torchvision-version }}
179
179
path : vision
180
180
181
181
- name : Checkout audio
182
- uses : actions/checkout@v4
182
+ uses : actions/checkout@v5
183
183
with :
184
184
repository : pytorch/audio
185
185
ref : ${{ steps.list-torch-version.outputs.torchaudio-version }}
0 commit comments