File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
if : github.repository_owner == 'sgkit-dev'
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0 # To fetch all commits to be able to generate benchmarks html
23
23
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 20
20
python-version : ["3.10"]
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Run Nvidia-smi
26
26
run : |
Original file line number Diff line number Diff line change 14
14
python-version : ["3.10", "3.11"]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
19
19
uses : actions/setup-python@v2
20
20
with :
Original file line number Diff line number Diff line change 17
17
python-version : ["3.10", "3.11", "3.12"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
22
uses : actions/setup-python@v2
23
23
with :
Original file line number Diff line number Diff line change 17
17
python-version : ["3.11"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
22
uses : actions/setup-python@v2
23
23
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
16
uses : actions/setup-python@v2
17
17
with :
Original file line number Diff line number Diff line change 17
17
python-version : ["3.10", "3.11"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
22
uses : actions/setup-python@v2
23
23
with :
Original file line number Diff line number Diff line change 15
15
if : github.repository_owner == 'sgkit-dev'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- uses : google-github-actions/setup-gcloud@v0
20
20
with :
21
21
project_id : ${{ secrets.GCP_PROJECT_ID }}
Original file line number Diff line number Diff line change 21
21
python-version : ["3.10"]
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v2
27
27
with :
50
50
runs-on : ${{ matrix.os }}
51
51
steps :
52
52
# checkout repo to subdirectory to get access to scripts
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
path : sgkit-copy
56
56
- name : Download artifacts
79
79
python-version : ["3.10"]
80
80
steps :
81
81
# checkout repo to subdirectory to get access to scripts
82
- - uses : actions/checkout@v2
82
+ - uses : actions/checkout@v4
83
83
with :
84
84
path : sgkit-copy
85
85
- name : Download artifacts
Original file line number Diff line number Diff line change 17
17
python-version : ["3.10"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Miniconda with Python version ${{ matrix.python-version }}
22
22
uses : conda-incubator/setup-miniconda@v2
23
23
with :
You can’t perform that action at this time.
0 commit comments