File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212 with :
1313 ref : ${{ github.event.pull_request.head.sha || github.ref }}
1414 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 9999 PYTHON : ' 3.14'
100100 steps :
101101 # initialize the reposititory
102- - uses : actions/checkout@v6
102+ - uses : actions/checkout@v7
103103
104104 # get coverage only for 1 job
105105 - name : Get data
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 # Checkout to the branch for getting the right code
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 with :
4040 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4141
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 # Checkout to the branch for getting the right code
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 with :
4040 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4141
Original file line number Diff line number Diff line change 3030 BRANCH_NAME : ${{ steps.get_branch_name.outputs.BRANCH_NAME }}
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
3434 with :
3535 fetch-depth : 3
3636 ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 2727 BRANCH_NAME : ${{ steps.get_branch_name.outputs.BRANCH_NAME }}
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 fetch-depth : 3
3333 ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 2525 COMMIT_MSG : ${{ steps.get_commit_message.outputs.COMMIT_MSG }}
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 3
3131 ref : ${{ github.event.pull_request.head.sha || github.ref }}
You can’t perform that action at this time.
0 commit comments