File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.5 .0
14
+ uses : actions/setup-python@v5.6 .0
15
15
with :
16
16
python-version : " 3.9"
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.5 .0
27
+ uses : actions/setup-python@v5.6 .0
28
28
with :
29
29
python-version : " 3.9"
30
30
- name : Lint with ruff
49
49
- name : Checkout sources
50
50
uses : actions/checkout@v4.2.2
51
51
- name : Set up Python ${{ matrix.python-version }}
52
- uses : actions/setup-python@v5.5 .0
52
+ uses : actions/setup-python@v5.6 .0
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
allow-prereleases : true
76
76
- name : Checkout sources
77
77
uses : actions/checkout@v4.2.2
78
78
- name : Set up Python
79
- uses : actions/setup-python@v5.5 .0
79
+ uses : actions/setup-python@v5.6 .0
80
80
with :
81
81
python-version : 3.9
82
82
- 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.5 .0
13
+ uses : actions/setup-python@v5.6 .0
14
14
with :
15
15
python-version : " 3.9"
16
16
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments