File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767 - uses : actions/checkout@v4
6868
6969 - name : Set up Python ${{ matrix.python }}
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ matrix.python }}
7373
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v4
3737
3838 - name : Set up Python ${{ github.event.inputs.python }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ github.event.inputs.python }}
4242
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444
4545 - name : Set up Python ${{ matrix.python }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : " 3"
4949
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626
2727 - name : Set up Python ${{ github.event.inputs.python }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ github.event.inputs.python }}
3131
You can’t perform that action at this time.
0 commit comments