File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
python-version : ["3.6"]
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Setup Conda Environment
27
27
uses : conda-incubator/setup-miniconda@v2
28
28
with :
Original file line number Diff line number Diff line change 27
27
python-version : " 3.12"
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- name : Setup Conda Environment
32
32
uses : conda-incubator/setup-miniconda@v2
33
33
with :
Original file line number Diff line number Diff line change 4
4
lint_python :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
8
- - uses : actions/setup-python@v4
7
+ - uses : actions/checkout@v4
8
+ - uses : actions/setup-python@v5
9
9
- run : pip install bandit codespell flake8 velin
10
10
- run : bandit --recursive --skip B101,B110 .
11
11
- run : codespell resampy
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - name : Set up Python 3.7
15
- uses : actions/setup-python@v4
13
+ - uses : actions/checkout@v4
14
+ - name : Set up Python 3.12
15
+ uses : actions/setup-python@v5
16
16
with :
17
- python-version : 3.7
17
+ python-version : 3.12
18
18
19
19
- name : Install pypa/build
20
20
run : >-
You can’t perform that action at this time.
0 commit comments