File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
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 - name : Install tox
3838 with :
3939 fetch-depth : 0
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 : Pick environment to run
7777 with :
7878 fetch-depth : 0
7979 - name : Setup Python "3.11"
80- uses : actions/setup-python@v4
80+ uses : actions/setup-python@v5
8181 with :
8282 python-version : " 3.11"
8383 - name : Install 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