File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ jobs:
68
68
python-version : pure
69
69
steps :
70
70
- name : Checkout Source Repository
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
with :
73
73
ref : ${{ inputs.branch }}
74
74
submodules : recursive
75
75
- name : Setup Python ${{ matrix.python-version }} for Windows
76
76
if : ${{ startsWith( matrix.os, 'windows' ) }}
77
- uses : actions/setup-python@v4
77
+ uses : actions/setup-python@v5
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
- name : Add temp runner environment variables
@@ -167,7 +167,7 @@ jobs:
167
167
aws-region : us-east-1
168
168
- name : Download Artifacts from Github
169
169
continue-on-error : true
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4
171
171
with :
172
172
name : torchdata-artifact
173
173
- name : Determine if Wheel Uploading is needed
@@ -216,11 +216,11 @@ jobs:
216
216
runs-on : ubuntu-latest
217
217
steps :
218
218
- name : Setup Python 3.9
219
- uses : actions/setup-python@v4
219
+ uses : actions/setup-python@v5
220
220
with :
221
221
python-version : 3.9
222
222
- name : Checkout
223
- uses : actions/checkout@v3
223
+ uses : actions/checkout@v4
224
224
with :
225
225
ref : ${{ inputs.branch }}
226
226
submodules : recursive
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Setup Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : " 3.9"
19
19
- name : Check out source repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Install lint utilities
22
22
run : |
23
23
pip install pre-commit
@@ -43,11 +43,11 @@ jobs:
43
43
echo "value=$PT_CHANNEL" >> $GITHUB_OUTPUT
44
44
id : pytorch_channel
45
45
- name : Setup Python environment
46
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
47
47
with :
48
48
python-version : 3.9
49
49
- name : Check out source repository
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
- name : Install PyTorch
52
52
run : |
53
53
pip3 install networkx
@@ -79,10 +79,10 @@ jobs:
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Setup Python
82
- uses : actions/setup-python@v4
82
+ uses : actions/setup-python@v5
83
83
with :
84
84
python-version : " 3.9"
85
85
- name : Check out source repository
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
- name : Check if documentation is complete
88
88
run : python ./.github/scripts/check_complete_doc.py
You can’t perform that action at this time.
0 commit comments