File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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.13'
1919 - name : Install project
Original file line number Diff line number Diff line change 3131 python-version : ['3.9', '3.13']
3232 steps :
3333 - uses : actions/checkout@v4
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install tox
Original file line number Diff line number Diff line change 2323 python-version : ['3.9', '3.13']
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install tox
You can’t perform that action at this time.
0 commit comments