File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
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 with :
1919 python-version : ' 3.12'
2020
Original file line number Diff line number Diff line change 6262 steps :
6363 - uses : actions/checkout@v5
6464
65- - uses : actions/setup-python@v5
65+ - uses : actions/setup-python@v6
6666 with :
6767 python-version : 3.12
6868
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.12
2424 - name : Build dist files
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : pip install Tabcmd
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v5
2727
2828 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v5
2424
2525 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
You can’t perform that action at this time.
0 commit comments