File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v5
12
12
- name : Set up Python
13
- uses : actions/setup-python@v5
13
+ uses : actions/setup-python@v6
14
14
with :
15
15
python-version : 3.11
16
16
- name : Install ruff
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@master
19
19
- name : Set up Python 3.12
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : 3.12
23
23
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@master
19
19
- name : Set up Python 3.12
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : 3.12
23
23
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments