File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.12"
1919 - name : install build prereqs
3333 runs-on : ubuntu-latest
3434 steps :
3535 - uses : actions/checkout@v4
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.12"
3939 - run : pip install tox
5858 runs-on : ${{ matrix.os }}
5959 steps :
6060 - uses : actions/checkout@v4
61- - uses : actions/setup-python@v5
61+ - uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464 allow-prereleases : true
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.x"
2121 - run : python -m pip install tox
4343 # NOTE: be sure to use a python version supported by mailman tests
4444 # at time of writing, this can be seen in the mailman test matrix:
4545 # https://gitlab.com/mailman/mailman/-/blob/master/tox.ini
46- - uses : actions/setup-python@v5
46+ - uses : actions/setup-python@v6
4747 with :
4848 python-version : " 3.11"
4949 - run : python -m pip install tox
You can’t perform that action at this time.
0 commit comments