File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
virtualenvs-create : true
34
34
virtualenvs-in-project : true
35
- - uses : actions/setup-python@v5.0 .0
35
+ - uses : actions/setup-python@v5.1 .0
36
36
with :
37
37
python-version : ' 3.10'
38
38
cache : ' poetry'
Original file line number Diff line number Diff line change 27
27
submodules : ' true'
28
28
- name : Install dependencies, build docs and coverage report
29
29
run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
30
- - uses : actions/setup-python@v5.0 .0
30
+ - uses : actions/setup-python@v5.1 .0
31
31
with :
32
32
python-version : ' 3.10'
33
33
cache : ' poetry'
Original file line number Diff line number Diff line change 30
30
submodules : ' true'
31
31
- name : Install dependencies, build docs and coverage report
32
32
run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
33
- - uses : actions/setup-python@v5.0 .0
33
+ - uses : actions/setup-python@v5.1 .0
34
34
with :
35
35
python-version : ' 3.10'
36
36
cache : ' poetry'
Original file line number Diff line number Diff line change 47
47
- uses : actions/checkout@v4.1.1
48
48
- name : Install poetry
49
49
run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
50
- - uses : actions/setup-python@v5.0 .0
50
+ - uses : actions/setup-python@v5.1 .0
51
51
with :
52
52
python-version : ' 3.10'
53
53
- name : Install dependencies and check code
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v4.1.1
30
30
- name : Install pip
31
31
run : python3 -m pip install --upgrade pip
32
- - uses : actions/setup-python@v5.0 .0
32
+ - uses : actions/setup-python@v5.1 .0
33
33
with :
34
34
python-version : ' 3.10'
35
35
- name : Install package and test import
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4.1.1
16
16
- name : Install poetry
17
17
run : python3 -m pip install --upgrade pip && python3 -m pip install poetry
18
- - uses : actions/setup-python@v5.0 .0
18
+ - uses : actions/setup-python@v5.1 .0
19
19
with :
20
20
python-version : ' 3.10'
21
21
- name : Build package
You can’t perform that action at this time.
0 commit comments