File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout code
19
19
uses : actions/checkout@v5
20
20
- name : Set up Python 3.10
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.13"
24
24
Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v5
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Linting
52
52
steps :
53
53
- uses : actions/checkout@v5
54
54
- name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v5
55
+ uses : actions/setup-python@v6
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
58
- name : Get full Python version
You can’t perform that action at this time.
0 commit comments