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 21
21
virtualenvs-in-project : true
22
22
23
23
- name : Set up Python 3.13
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : " 3.13"
27
27
cache : poetry
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- uses : actions/checkout@v5
15
- - uses : actions/setup-python@v5
15
+ - uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ' 3.13'
18
18
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v5
21
21
- name : Set up Python
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : " 3.x"
25
25
- name : Install pypa/build
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v5
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments