File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
19
19
- name : Set up Python 3.10
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : " 3.10"
23
23
Original file line number Diff line number Diff line change 15
15
name : Build Python package
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/setup-python@v4
18
+ - uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.11"
21
21
65
65
name : distribution
66
66
67
67
- name : Setup Python
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ${{ matrix.python }}
71
71
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v4
19
19
20
20
- name : Set up Python 3.10
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : " 3.10"
24
24
You can’t perform that action at this time.
0 commit comments