File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 runs-on : tools-gha-runners
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Install Python
1818 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1010 runs-on : tools-gha-runners
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 4343 test_markers : " files"
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747
4848 - name : Install Python
4949 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 3838 runs-on : ${{ matrix.os }}-latest
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444 ref : ${{ github.event.client_payload.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2424 python-version : ${{ matrix.python-version }}
2525
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828
2929 - name : Install dependencies
3030 run : |
Original file line number Diff line number Diff line change 3030 timeout-minutes : 120
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Install dependencies
3636 run : |
Original file line number Diff line number Diff line change 2828 timeout-minutes : 30
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Install dependencies
3434 run : |
Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}-latest
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434 ref : ${{ github.event.client_payload.pull_request.head.ref }}
You can’t perform that action at this time.
0 commit comments