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 3232
3333 steps :
3434 - name : Setup python for tox
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : " 3.11"
3838 - name : Install tox
4141 with :
4242 fetch-depth : 0
4343 - name : Setup python for test ${{ matrix.py }}
44- uses : actions/setup-python@v4
44+ uses : actions/setup-python@v5
4545 with :
4646 python-version : ${{ matrix.py }}
4747 - name : Pick environment to run
8888 - uses : actions/checkout@v4
8989 with :
9090 fetch-depth : 0
91- - uses : actions/setup-python@v4
91+ - uses : actions/setup-python@v5
9292 with :
9393 python-version : " 3.11"
9494 - name : Install tox
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 fetch-depth : 0
139139 - name : Setup Python "3.11"
140- uses : actions/setup-python@v4
140+ uses : actions/setup-python@v5
141141 with :
142142 python-version : " 3.11"
143143 - 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