File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
- run_tests
23
23
steps :
24
24
- uses : actions/checkout@v3
25
- - uses : actions/setup-python@v5.4 .0
25
+ - uses : actions/setup-python@v5.5 .0
26
26
with :
27
27
python-version : " 3.10"
28
28
- name : Install build
Original file line number Diff line number Diff line change 25
25
toxenv : " py312"
26
26
steps :
27
27
- uses : actions/checkout@v3
28
- - uses : actions/setup-python@v5.4 .0
28
+ - uses : actions/setup-python@v5.5 .0
29
29
with :
30
30
python-version : ${{ matrix.python.version }}
31
31
- name : Install tox
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v5.4 .0
15
+ - uses : actions/setup-python@v5.5 .0
16
16
with :
17
17
python-version : " 3.10"
18
18
- name : Install tox
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- uses : actions/checkout@v3
30
- - uses : actions/setup-python@v5.4 .0
30
+ - uses : actions/setup-python@v5.5 .0
31
31
with :
32
32
python-version : " 3.10"
33
33
- name : Install tox
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- uses : actions/checkout@v3
45
- - uses : actions/setup-python@v5.4 .0
45
+ - uses : actions/setup-python@v5.5 .0
46
46
with :
47
47
python-version : " 3.10"
48
48
- name : Install tox
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- uses : actions/checkout@v3
60
- - uses : actions/setup-python@v5.4 .0
60
+ - uses : actions/setup-python@v5.5 .0
61
61
with :
62
62
python-version : " 3.10"
63
63
- name : Install tox
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- uses : actions/checkout@v3
75
- - uses : actions/setup-python@v5.4 .0
75
+ - uses : actions/setup-python@v5.5 .0
76
76
with :
77
77
python-version : " 3.10"
78
78
cache : ' pip'
You can’t perform that action at this time.
0 commit comments