File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python 3.11
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.11.6
2222
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python 3.11
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.11.6
2222
Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v5
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
You can’t perform that action at this time.
0 commit comments