File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v5
1414
1515 - name : setup python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.12
1919
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : setup python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v5
2222
2323 - name : Setup Python ${{ matrix.python-version }}
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 1717 - name : Checkout
1818 uses : actions/checkout@v5
1919 - name : setup python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.12
2323
You can’t perform that action at this time.
0 commit comments