File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4545 ref : ${{ steps.sha.outputs.result }}
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@v5
3636
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020
2121 - name : Set up Python 3.9
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.9'
2525
Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525
2626 - name : Set up Python 3.9
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.9'
3030
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424
2525 - name : Set up Python 3.9
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.9'
2929
3737 run : python3 -m pip install poetry
3838
3939 - name : Set up Python 3.9
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.9'
4343
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
2323 - name : Set up Python 3.9
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.9'
2727
You can’t perform that action at this time.
0 commit comments