File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4
12
12
- name : Setup Anaconda
13
13
uses : conda-incubator/setup-miniconda@v2
14
14
with :
Original file line number Diff line number Diff line change 16
16
python-version : ["3.11"]
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Setup Anaconda
21
21
uses : conda-incubator/setup-miniconda@v2
22
22
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
- name : Setup Anaconda
14
14
uses : conda-incubator/setup-miniconda@v2
15
15
with :
You can’t perform that action at this time.
0 commit comments