File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
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.x"
20
20
- uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@v5
25
- - uses : actions/setup-python@v5
25
+ - uses : actions/setup-python@v6
26
26
27
27
- name : Compile translations
28
28
run : |
Original file line number Diff line number Diff line change 15
15
branch : ["3.14", "3.13", "3.12"]
16
16
steps :
17
17
- uses : actions/checkout@v5
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.branch }}
21
21
allow-prereleases : true
60
60
python-version : ["3.12", "3"]
61
61
steps :
62
62
- uses : actions/checkout@v5
63
- - uses : actions/setup-python@v5
63
+ - uses : actions/setup-python@v6
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
66
66
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments