File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151 uses : actions/checkout@v5
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 id : setup-python
5656 with :
5757 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 id : setup-python
1919 with :
2020 python-version : ' 3.13'
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v5
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 id : setup-python
3333 with :
3434 python-version : ' 3.13'
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v5
2626
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 id : setup-python
3030 with :
3131 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v5
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 id : setup-python
3232 with :
3333 python-version : ' 3.13'
6767 key : tox-${{ steps.setup-python.outputs.python-version }}-${{ runner.os }}-${{ hashFiles(steps.setup-tox.outputs.tox-ini) }}
6868
6969 - name : Set up Python versions for tox
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ inputs.python-versions }}
7373
You can’t perform that action at this time.
0 commit comments