File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
os : ["ubuntu-latest"]
24
24
python-version : ["3.7", "3.8", "3.9"]
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
- uses : conda-incubator/setup-miniconda@v2
28
28
with :
29
29
channels : conda-forge
56
56
name : no-optional-deps
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v3
60
60
- uses : conda-incubator/setup-miniconda@v2
61
61
with :
62
62
channels : conda-forge
79
79
name : upstream-dev
80
80
runs-on : ubuntu-latest
81
81
steps :
82
- - uses : actions/checkout@v2
82
+ - uses : actions/checkout@v3
83
83
- uses : conda-incubator/setup-miniconda@v2
84
84
with :
85
85
channels : conda-forge
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v1
11
+ - uses : actions/checkout@v3
12
12
- name : Set up Python
13
13
uses : actions/setup-python@v3
14
14
with :
You can’t perform that action at this time.
0 commit comments