File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- uses : actions/checkout@v4
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
cache : " pip"
81
81
- uses : actions/checkout@v4
82
82
83
83
- name : Set up Python
84
- uses : actions/setup-python@v4
84
+ uses : actions/setup-python@v5
85
85
with :
86
86
# Django 3.2.9+ supports Python 3.10
87
87
# https://docs.djangoproject.com/ja/3.2/releases/3.2/
Original file line number Diff line number Diff line change 57
57
EOF
58
58
cat site.cfg
59
59
60
- - uses : actions/setup-python@v4
60
+ - uses : actions/setup-python@v5
61
61
- name : Install cibuildwheel
62
62
run : python -m pip install cibuildwheel==2.12.3
63
63
- name : Build wheels
You can’t perform that action at this time.
0 commit comments