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 3838 - uses : actions/checkout@v4
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : " pip"
8181 - uses : actions/checkout@v4
8282
8383 - name : Set up Python
84- uses : actions/setup-python@v4
84+ uses : actions/setup-python@v5
8585 with :
8686 # Django 3.2.9+ supports Python 3.10
8787 # https://docs.djangoproject.com/ja/3.2/releases/3.2/
Original file line number Diff line number Diff line change 5757 EOF
5858 cat site.cfg
5959
60- - uses : actions/setup-python@v4
60+ - uses : actions/setup-python@v5
6161 - name : Install cibuildwheel
6262 run : python -m pip install cibuildwheel==2.12.3
6363 - name : Build wheels
You can’t perform that action at this time.
0 commit comments