File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
python-version : pure
69
69
steps :
70
70
- name : Checkout Source Repository
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v3
72
72
with :
73
73
ref : ${{ inputs.branch }}
74
74
submodules : recursive
@@ -220,7 +220,7 @@ jobs:
220
220
with :
221
221
python-version : 3.9
222
222
- name : Checkout
223
- uses : actions/checkout@v4
223
+ uses : actions/checkout@v3
224
224
with :
225
225
ref : ${{ inputs.branch }}
226
226
submodules : recursive
Original file line number Diff line number Diff line change 17
17
with :
18
18
python-version : " 3.9"
19
19
- name : Check out source repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v3
21
21
- name : Install lint utilities
22
22
run : |
23
23
pip install pre-commit
47
47
with :
48
48
python-version : 3.9
49
49
- name : Check out source repository
50
- uses : actions/checkout@v4
50
+ uses : actions/checkout@v3
51
51
- name : Install PyTorch
52
52
run : |
53
53
pip3 install networkx
83
83
with :
84
84
python-version : " 3.9"
85
85
- name : Check out source repository
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v3
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