File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
3030 name : Checkout Code Repository
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232
3333 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
3434 name : Set up Python ${{ env.PYTHON_VERSION }}
7070 paths_ignore : ${{ env.PATHS_IGNORE }}
7171
7272 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
73- uses : actions/checkout@v6
73+ uses : actions/checkout@v7
7474
7575 - if : ${{ steps.skip_check.outputs.should_skip != 'true' }}
7676 name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1818 shell : bash -l {0}
1919 timeout-minutes : 20
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 persist-credentials : false
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 run :
2020 shell : bash -l {0}
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Set up Python 3.14
2525 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2121 auto-update :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments