File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
- name : Checkout sources
12
12
uses : actions/checkout@v4.2.2
13
13
- name : Set up Python
14
- uses : actions/setup-python@v5.4 .0
14
+ uses : actions/setup-python@v5.5 .0
15
15
with :
16
16
python-version : " 3.8"
17
17
- name : Check formatting
24
24
- name : Checkout sources
25
25
uses : actions/checkout@v4.2.2
26
26
- name : Set up Python
27
- uses : actions/setup-python@v5.4 .0
27
+ uses : actions/setup-python@v5.5 .0
28
28
with :
29
29
python-version : " 3.8"
30
30
- name : Lint with ruff
46
46
- name : Checkout sources
47
47
uses : actions/checkout@v4.2.2
48
48
- name : Set up Python ${{ matrix.python-version }}
49
- uses : actions/setup-python@v5.4 .0
49
+ uses : actions/setup-python@v5.5 .0
50
50
with :
51
51
python-version : 3.7
52
52
allow-prereleases : true
69
69
- name : Checkout sources
70
70
uses : actions/checkout@v4.2.2
71
71
- name : Set up Python ${{ matrix.python-version }}
72
- uses : actions/setup-python@v5.4 .0
72
+ uses : actions/setup-python@v5.5 .0
73
73
with :
74
74
python-version : ${{ matrix.python-version }}
75
75
allow-prereleases : true
96
96
- name : Checkout sources
97
97
uses : actions/checkout@v4.2.2
98
98
- name : Set up Python
99
- uses : actions/setup-python@v5.4 .0
99
+ uses : actions/setup-python@v5.5 .0
100
100
with :
101
101
python-version : 3.9
102
102
- name : Download coverage
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4.2.2
12
12
- name : Set up Python
13
- uses : actions/setup-python@v5.4 .0
13
+ uses : actions/setup-python@v5.5 .0
14
14
with :
15
15
python-version : " 3.8"
16
16
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments