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 11
11
12
12
steps :
13
13
- uses : actions/checkout@v5
14
- - uses : actions/setup-python@v5
14
+ - uses : actions/setup-python@v6
15
15
with :
16
16
python-version : " 3.12"
17
17
Original file line number Diff line number Diff line change 41
41
uses : astral-sh/setup-uv@v5
42
42
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@v5
44
+ uses : actions/setup-python@v6
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
cache : pip
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v5
22
22
23
23
- name : Set up Python 3.12
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : 3.12
27
27
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-24.04
15
15
steps :
16
16
- uses : actions/checkout@v5
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@v6
18
18
with :
19
19
python-version : 3.12
20
20
-
uses :
pre-commit/[email protected]
You can’t perform that action at this time.
0 commit comments