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 2929 - macos-latest
3030 steps :
3131 - name : Setup python for tox
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : " 3.11"
3535 - uses : actions/checkout@v4
3838 - name : Install self-tox
3939 run : python -m pip install .
4040 - name : Setup python for test ${{ matrix.py }}
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.py }}
4444 - name : Setup test suite
7171 with :
7272 fetch-depth : 0
7373 - name : Setup Python 3.11
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : " 3.11"
7777 - name : Install self-tox
Original file line number Diff line number Diff line change 1313 id-token : write
1414 steps :
1515 - name : Setup python to build package
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
1919 - name : Install build
You can’t perform that action at this time.
0 commit comments