File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
submodules : recursive
21
21
- name : Install lint dependencies
50
50
uses : actions/setup-python@v5
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
- name : Install test dependencies
55
55
run : |
56
56
python -m pip install --upgrade pip
77
77
uses : actions/setup-python@v5
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- name : Install docs dependencies
82
82
run : |
83
83
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 29
29
uses : actions/setup-python@v5
30
30
with :
31
31
python-version : " 3.13"
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Build package
34
34
run : make build
35
35
- name : Publish distribution 📦 to ${{ matrix.environment.name }}
You can’t perform that action at this time.
0 commit comments